Take the example below. Shouldn't
build@s119b:~/CVS/dir2$ ls and build@s119b:~/CVS/dir1/dir2$ ls .. return the same? example: build@s119b:~/CVS$ md dir1 build@s119b:~/CVS$ md dir2 build@s119b:~/CVS$ cd di dir1 dir2 build@s119b:~/CVS$ cd dir1 build@s119b:~/CVS/dir1$ ln -s ../di dir1 dir2 build@s119b:~/CVS/dir1$ ln -s ../dir2 . build@s119b:~/CVS/dir1$ ls dir2@ build@s119b:~/CVS/dir1$ cd .. build@s119b:~/CVS$ cd dir2 build@s119b:~/CVS/dir2$ touch fil build@s119b:~/CVS/dir2$ ls fil build@s119b:~/CVS/dir2$ cd .. build@s119b:~/CVS$ cd di dir1 dir2 build@s119b:~/CVS$ cd dir1 build@s119b:~/CVS/dir1$ cd dir2 build@s119b:~/CVS/dir1/dir2$ ls .. blackbox/ dir1/ dir2/ e17/ ffmpeg/ mplayer/
