cygnus' notion of symbolic links

Chris Faylor cgf@bbc.com
Tue Dec 2 07:41:00 GMT 1997


In article < 34834DFF.7566F4CF@synopsys.com >,
B. Elizabeth Trojan <lizt@synopsys.com> wrote:
>Can someone explain how symbolic links work using the Cygnus
>ln -s command?

A file is written with a special 'cookie' at the beginning followed by
a path spec.  The path spec is the location of the file to which the
link refers.

In coolview and B19 versions of cygwin, symbolic links also have the
'system' attribute set.  The file is not read at all if this attribute
is not set.  This speeds up checking for symbolic links.

As you may be able to see from this brief description, symbolic links
are entirely a cygwin construction.  You can't use them with native
windows programs.
-- 
http://www.bbc.com/	cgf@bbc.com			"Strange how unreal
VMS=>UNIX Solutions	Boston Business Computing	 the real can be."
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".



More information about the Cygwin mailing list