home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / sys / hp / 13122 < prev    next >
Encoding:
Text File  |  1992-11-19  |  1.6 KB  |  38 lines

  1. Newsgroups: comp.sys.hp
  2. Path: sparky!uunet!ornl!sunova!linac!pacific.mps.ohio-state.edu!zaphod.mps.ohio-state.edu!sdd.hp.com!hp-col!fc.hp.com!rodean
  3. From: rodean@fc.hp.com (Bruce Rodean)
  4. Subject: Re: Bug in chmod on HP 9000/700 HP-UX-8.07
  5. Sender: news@fc.hp.com (news daemon)
  6. Message-ID: <Bxz7wn.1Es@fc.hp.com>
  7. Date: Thu, 19 Nov 1992 18:41:11 GMT
  8. References: <1992Nov19.174815.11685@Informatik.TU-Muenchen.DE>
  9. Organization: Hewlett-Packard Co., Fort Collins, CO
  10. X-Newsreader: TIN [version 1.1.8 PL6]
  11. Lines: 25
  12.  
  13. Thomas Knott (knott@Informatik.TU-Muenchen.DE) wrote:
  14. > There is a bug in chmod command on HP 9000/700 with HP-UX-8.07. If you make a
  15. > 'chmod +s' to an existing directory, this directory disappears and you have no
  16. > chance to get it back with 'normal' HP-UX commands.
  17.  
  18. This is no bug.  Under the WARNINGS section to chmod(1) (this is on a
  19. 9.0 system so your manual entry may be different) it says:
  20.  
  21.     HP Clustered Environment
  22.       The absolute numeric_mode of 4000 also serves to hide a directory.
  23.       For symbolic mode_list elements, the permission letter H is used to
  24.       hide a directory (see cdf(4)).  Root directories cannot be made
  25.       hidden.
  26.  
  27. What you have done is turn the directory into a CDF.  There are no
  28. contexts for that CDF, so it disappears.  You can find it if you look
  29. for <name_of_file>+.  Or use 'ls -H'.
  30.  
  31. --
  32. Bruce Rodean                          Hewlett-Packard Company
  33. rodean@fc.hp.com
  34.  
  35. This does not reflect the official position of Hewlett-Packard Company
  36. in any way, shape or form.  Everyone else in the company may disagree
  37. with what I say.
  38.