Podstawowe
komendy z cwiczeń
passwd
whoami
who
pwd
date
touch
mkdir
rmdir
rm
cd (change directory)
cd ..
cd ../..
cd /
cd ~
ls
ls | more
ls -al
cat plik1 plik2 > plik3
cat > nowy.txt "enter", po wpisaniu tekstu "ctrl d"
top
ps
ps au
ps x
kill
kill -9
tar cvzf ../nazwa.tgz *
tar xvzf *
chmod 604 plik (gdzie 6-user 0-group 4-all)
0
--- r-read w-write
x-execute
1 --x
2 -w-
3 -wx
4 r--
5 r-x
6 rw-
7 rwx
ping www.onet.pl
finger user
su
chown
lpr
lpq
lprm
man
startx - uruchamia tryb graficzny
Skróty klawiszowe
ctrl c - przerwij program
ctrl d - wyloguj
alt F1-F8 - konsole w trybie tekstowym
ctrl alt F1-F8 -konsole w trybie graficznym
ctrl alt backspace - nieeleganckie wyjście z trybu graficznego
Edytory
tekstowe
Joe:
CURSOR
GO TO
BLOCK DELETE
MISC EXIT
^B left ^F right ^U
prev. screen ^KB begin ^D char. ^KJ reformat ^KX save
^P up ^N
down ^V next screen ^KK end ^Y
line ^T options ^C abort
^Z previous word ^A
beg. of line ^KM move ^W >word ^R refresh
^KZ shell
^X next
word ^E end of line ^KC
copy ^O word< ^@ insert FILE
SEARCH
^KU top of file ^KW file ^J >line
SPELL ^KE edit
^KF find
text ^KV end of file ^KY delete ^_ undo
^[N word ^KR insert
^L find
next ^KL to line No. ^K/ filter ^^ redo
^[L file ^KD save
Mcedit:
F2 - save
F3 - zaznacz
F5 - copy
F6 - move
F8 - delete
Esc lub F10 - exit