home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / std_unix / volume.13 / text0005.txt < prev    next >
Encoding:
Internet Message Format  |  1988-04-18  |  870 b 

  1. From: uunet!Sun.COM!guy (Guy Harris)
  2.  
  3. This may want to be forwarded to Shane, rather than posted; unfortunately,
  4. I don't remember his email address.
  5.  
  6. [ He's ahby@bungia.mn.org or uunet!rutgers!umn-cs!bungia!ahby,
  7. but this looks like a useful correction of a technical detail
  8. (one I missed on review) that should be posted. -mod ]
  9.  
  10.         - Only the super-user shall be allowed to link or
  11.           unlink directories (2.10.4, lines 938 - 939).
  12.  
  13.           Another useful option.  A portable application may
  14.           need to know whether it requires "approprite
  15.           privileges" to move directories around.
  16.  
  17. No portable application needs "appropriate privileges" to move directories
  18. around; it can use "rename()".  The correct way to move anything under a POSIX
  19. implementation is to use "rename()", not "link()" and "unlink()".
  20.  
  21. Volume-Number: Volume 13, Number 6
  22.  
  23.