On Mon, Sep 03, 2007 at 09:07:42AM +0200, Johannes Sixt wrote: > >$ ls -ld x y > >lrwxrwxrwx 1 me me 8 sep 2 23:36 x -> Makefile > >-rw-r--r-- 1 me me 32164 sep 2 23:36 y > And if I understand the documentation correctly, then > $ mkdir foo && cd foo > $ cat ../x > x: No such file or directory > Right? correct. - VMiklos