Differences between version 4 and revision by previous author of SymLink.
Other diffs: Previous Major Revision, Previous Revision, or view the Annotated Edit History
Newer page: | version 4 | Last edited on Saturday, October 4, 2003 1:06:06 am | by CraigBox | Revert |
Older page: | version 3 | Last edited on Saturday, October 4, 2003 1:02:45 am | by AristotlePagaltzis | Revert |
@@ -2,4 +2,6 @@
Using links (whether they be hard or symbolic ones) you can break the strictly hierarchical structure of a FileSystem.
Most file related [system calls | syscalls(2)] like open(2) and stat(2) will operate on the referenced file instead of the link itself. Some of them have "SymLink-aware" counterparts that will operate on the SymLink itself instead, eg lstat(2) which [stat(2)]s the link instead of the linkee.
+
+Comparable to Windows's (GUI) idea of a "shortcut".