dubu@localhost:/test> ls -l insgesamt 0 drwxr-xr-x    3 dubu      users          72 2004-08-10 12:41 bar/ lrwxrwxrwx    1 dubu      users           7 2004-08-10 12:41 baz -> bar/foo/ dubu@localhost:/test> perl -MCwd -le 'print getcwd; chdir "baz" or die; print getcwd; chdir ".." or die; print getcwd;' /test /test/bar/foo /test/bar