home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / std_unix / volume.16 / text0027.txt < prev    next >
Encoding:
Internet Message Format  |  1989-08-11  |  1018 b 

  1. From: uunet!auspex!guy (Guy Harris)
  2.  
  3. >Probably.  But what about the existing applications that depend on the
  4. >semantics of the older SVID?  Are they out of luck, or will they be somehow
  5. >grandfathered in?
  6.  
  7. If you plan to run one of those applications:
  8.  
  9.     $ su
  10.     Password:
  11.     # #
  12.     # # Optimizing this to run "chmod" only on directories with the
  13.     # # set-GID bit set is left as an exercise for the reader.
  14.     # #
  15.     # find / -type d -exec chmod g-s {} ";"
  16.     # exit
  17.  
  18. and live with the old semantics (and don't mount any remote file systems
  19. that support the new semantics).  You may be able to restrict this to
  20. only those directories in which the applications in question will create
  21. files - how many such applications really exist?
  22.  
  23. If you don't want to, or can't, change the permissions on the
  24. directories in question, then yes, I suspect those applications, and
  25. you, are out of luck.  At best, there *might* be a binary-compatibility
  26. hack, but I would not be surprised if there were none. 
  27.  
  28. Volume-Number: Volume 16, Number 25
  29.  
  30.