/tmp> mkdir ch /tmp/ch> ls -l total 0 /tmp/ch> mkdir pokus /tmp/ch> mkdir uvnitr2 /tmp/ch> cd pokus/ /tmp/ch/pokus> ln -s ../uvnitr2/ uvnitr /tmp/ch/pokus> ls -l total 0 lrwxrwxrwx 1 rastos users 11 2009-01-09 06:35 uvnitr -> ../uvnitr2// /tmp/ch/pokus> cd .. /tmp/ch> ls -lR .: total 8 drwxr-xr-x 2 rastos users 4096 2009-01-09 06:35 pokus/ drwxr-xr-x 2 rastos users 4096 2009-01-09 06:35 uvnitr2/ ./pokus: total 0 lrwxrwxrwx 1 rastos users 11 2009-01-09 06:35 uvnitr -> ../uvnitr2// ./uvnitr2: total 0 /tmp/ch> su Password: ###################################################################### bash-3.1# chown -R joe pokus bash-3.1# ls -lR .: total 8 drwxr-xr-x 2 joe users 4096 2009-01-09 06:35 pokus drwxr-xr-x 2 rastos users 4096 2009-01-09 06:35 uvnitr2 ./pokus: total 0 lrwxrwxrwx 1 joe users 11 2009-01-09 06:35 uvnitr -> ../uvnitr2/ ./uvnitr2: total 0 ###################################################################### bash-3.1# chown -L -R joe pokus bash-3.1# ls -lR .: total 8 drwxr-xr-x 2 joe users 4096 2009-01-09 06:35 pokus drwxr-xr-x 2 joe users 4096 2009-01-09 06:35 uvnitr2 ./pokus: total 0 lrwxrwxrwx 1 joe users 11 2009-01-09 06:35 uvnitr -> ../uvnitr2/ ./uvnitr2: total 0