home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / unix / question / 16009 < prev    next >
Encoding:
Text File  |  1993-01-28  |  1.2 KB  |  37 lines

  1. Newsgroups: comp.unix.questions
  2. Path: sparky!uunet!ferkel.ucsb.edu!taco!gatech!udel!bogus.sura.net!howland.reston.ans.net!usc!news.service.uci.edu!ucivax!ucla-cs!ficus.cs.ucla.edu!ratner
  3. From: ratner@ficus.cs.ucla.edu (Dave "Van Damme" Ratner)
  4. Subject: Re: Soft link
  5. Message-ID: <ratner.728089433@ficus.cs.ucla.edu>
  6. Sender: usenet@cs.ucla.edu (Mr Usenet)
  7. Nntp-Posting-Host: ipswich.cs.ucla.edu
  8. Organization: UCLA, Computer Science Department
  9. References: <1k43bfINNctj@msuinfo.cl.msu.edu>
  10. Date: 26 Jan 93 23:03:53 GMT
  11. Lines: 24
  12.  
  13. friedenb@pine.egr.msu.edu (Gedaliah Friedenberg) writes:
  14.  
  15.  
  16. >I have a program which requires me to make a 
  17. >soft link of ~/.plan to /tmp/.plan
  18.  
  19. >I have looked in manuals, but with no success.
  20. >I know about hard links (ln -s), but I have
  21. >never heard of soft links until this program.
  22.  
  23. >If someone could let me know how to do this,
  24. >I would greatly appreciate it.
  25.  
  26. >Gedaliah Friedenberg
  27.  
  28. RTFM.  See "man ln".  ln -s is NOT a hard link, it is a symbolic (soft) link.
  29. ln without any options creates a hard link.
  30.  
  31. Dave
  32. -- 
  33. * *  ***  *     *    |   Dave "Van Damme" Ratner
  34. * *  *    *    * *  / \  ratner@cs.ucla.edu
  35. * *  *    *    ***  \ /  
  36. ***  ***  ***  * *   |   "Wham Bam, thank you Van Damme!"    
  37.