home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / os / linux / 20802 < prev    next >
Encoding:
Text File  |  1992-12-17  |  1.4 KB  |  33 lines

  1. Organization: Sophomore, Math/Computer Science, Carnegie Mellon, Pittsburgh, PA
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!news.sei.cmu.edu!fs7.ece.cmu.edu!crabapple.srv.cs.cmu.edu!andrew.cmu.edu!fl0p+
  3. Newsgroups: comp.os.linux
  4. Message-ID: <cfA0XjK00WDJ4O01Fk@andrew.cmu.edu>
  5. Date: Wed, 16 Dec 1992 23:58:23 -0500 
  6. From: Frank T Lofaro <fl0p+@andrew.cmu.edu>
  7. Subject: Re: PATCH: (0.98.6) allow root to link/unlink directories
  8. In-Reply-To: <irc.724492966@ultima>
  9. References: <1992Dec14.213538.15934@tc.cornell.edu> <1992Dec14.224916.21859@klaava.Helsinki.FI>
  10.     <irc.724492966@ultima>
  11. Lines: 20
  12.  
  13. Excerpts from netnews.comp.os.linux: 16-Dec-92 Re: PATCH: (0.98.6) allow
  14. r.. Paul Hatchman@socs.uts.e (820)
  15.  
  16. >It recreates the source directory structure under your home directory
  17. >by hard linking directories.
  18.  
  19. >Still it is nothing that cant be done with a symlink.
  20.  
  21.     But if you delete where a symlink points to, you have a worthless,
  22. dangling symlink (*).  A hard link would allow you to delete the source
  23. from its original location if no longer needed there, but leave the copy
  24. in your account untouched. 
  25.  
  26.  
  27. * Does Linux still have the dangling symlink bug. Like, if you do ln -s
  28. some_file_name_that_does_not_exist foo, does a cat foo say "Too many
  29. levels of symbolic links", instead of "No such file or directory" or
  30. some other appropriate message? Just thought I'd mention it, in case the
  31. bug is still lurking out there.
  32.  
  33.