home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / std_unix / volume.19 / text0029.txt < prev    next >
Encoding:
Internet Message Format  |  1990-05-17  |  1.0 KB

  1. From: Donn Terry <uunet!hpfcrn.fc.hp.com!donn>
  2.  
  3. >From: srg@quick.COM (Spencer Garrett)
  4. >I don't know if this is the proper forum in which to discuss this issue,
  5. >but it seems to me that we're about to codify a poor implementation of
  6. >the concept of symbolic links.  IMHO symbolic links shouldn't have
  7. >a format code at all, since they shouldn't be inodes.  They make
  8. >infinitely more sense when treated as directory artifacts - i.e. a
  9. >directory entry either points to an inode or it supplies some more
  10. >path information to be used in resolving the request.  This eliminates
  11. >all the silliness about what permission bits on symbolic link inodes
  12. >mean, for instance.  Here's the directory structure I use in my own OS.
  13.  
  14. The current draft (in the POSIX mailing that's in the mail now..., I
  15. hope) was explicitly modified to allow an implementation where symbolic
  16. links are directory objects, not inodes.  (The concept of time of link
  17. is pretty meaningless anyway!)
  18.  
  19. It will have to be reviewed to see if it's right.
  20.  
  21. Donn Terry
  22.  
  23. Volume-Number: Volume 19, Number 30
  24.  
  25.