Penguin

Differences between version 8 and previous revision of SoftLink.

Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History

Newer page: version 8 Last edited on Thursday, October 6, 2005 5:09:42 am by AristotlePagaltzis Revert
Older page: version 7 Last edited on Thursday, October 6, 2005 5:09:10 am by AristotlePagaltzis Revert
@@ -1,11 +1,11 @@
 A SoftLink is is a special type of directory entry that allows almost transparent references to another directory entry, typically a file or a directory. 
  
 <?plugin OldStyleTable 
-| __Feature__ | __SoftLink__s | __HardLink__s  
-| Can cross filesystems? | Yes | No  
-| Can refer to directories? | Yes | No  
-| Breaks when the file is moved? | No | Yes 
+| __Feature__ | __SoftLink__s | __HardLink__s  
+| Can cross filesystems? | Yes | No  
+| Can refer to directories? | Yes | No  
+| Breaks when the file is moved? | No | Yes 
 ?> 
  
 On [Linux], soft links are called [symbolic links|SymLink].