P004 UNIX

Obsah
Předchozí: Systémy souborů - Odkaz (Tvrdý odkaz)
Odkazy a adresáře

bash$ ls -ld test
drwxr-xr-x  3 brandejs users  1024 Mar 10 22:09 test
bash$ cd test
bash$ ls -ld pokus
drwxr-xr-x  2 brandejs users  1024 Mar 10 22:09 pokus
bash$

bash$ ls -ild pokus
 81937 drwxr-xr-x  2 brandejs users  1024 Mar 10 22:09 pokus
bash$ cd pokus
bash$ ls -ild .
 81937 drwxr-xr-x  2 brandejs users  1024 Mar 10 22:09 .
bash$

Následující: Systémy souborů - Symbolické odkazy
Obsah

Michal Brandejs brandejs@informatics.muni.cz