Program to be presented and explained at the 1st

Transkrypt

Program to be presented and explained at the 1st
WYKŁAD 3
Prezentacja komend systemu linux wykorzystywanych na ćwiczeniach:
pwd
who
whoami
groups
ls, ls –l, ls –lrt, ls with wildcards * ?
alias ls='ls -lrt'
cd, cd ../, cd nano/pico/vi/cat/more/less
head/tail/head -n30
chmod,
chown,
mkdir
rmdir,
rm, rm -f, rm -fr
cp,
mv
man
grep
env
definiowanie zmiennych: export ABC='12345'
odwolywanie się do zmiennych: echo $ABC / echo "numer = $ABC"

Podobne dokumenty