Penguin

Differences between version 5 and revision by previous author of SoftLink.

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

Newer page: version 5 Last edited on Wednesday, September 28, 2005 9:35:26 am by DavidHull Revert
Older page: version 4 Last edited on Saturday, July 23, 2005 12:57:07 pm by CraigBox Revert
@@ -6,4 +6,9 @@
 |Can refer to directories? | Yes | No 
 ?> 
  
 On [Linux], soft links are called [symbolic links|SymLink]. 
+  
+Softlinks are created with the following command line pattern.  
+ ln -s /pathto/origfile /pathto/newlink  
+  
+You must have appropriate permissions in the directory where you're creating the link for this to work.