This is the mail archive of the cygwin@sources.redhat.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

chdir through symlinks


Hi!

the following script

=======================================================================
#!/bin/sh
cd /tmp
ln -s /usr test-link
cd test-link
cd ..
ls
=======================================================================

lists  contents  of  /tmp under cygwin, and contents of / on linux and
FreeBSD boxes i can access. is cygwin behavior correct?

Egor.            mailto:deo@logos-m.ru ICQ 5165414 FidoNet 2:5020/496.19



--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]