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

  1. Newsgroups: comp.sys.hp
  2. Path: sparky!uunet!ornl!rsg1.er.usgs.gov!darwin.sura.net!Sirius.dfn.de!math.fu-berlin.de!informatik.tu-muenchen.de!knott
  3. From: knott@Informatik.TU-Muenchen.DE (Thomas Knott)
  4. Subject: Bug in chmod on HP 9000/700 HP-UX-8.07
  5. Originator: knott@sunsystem1.informatik.tu-muenchen.de
  6. Sender: news@Informatik.TU-Muenchen.DE (USENET Newssystem)
  7. Organization: Technische Universitaet Muenchen, Germany
  8. Date: Thu, 19 Nov 1992 17:48:15 GMT
  9. Message-ID: <1992Nov19.174815.11685@Informatik.TU-Muenchen.DE>
  10. Reply-To: Thomas.Knott@Informatik.TU-Muenchen.DE
  11. Lines: 18
  12.  
  13.  
  14. Hello!
  15.  
  16. There is a bug in chmod command on HP 9000/700 with HP-UX-8.07. If you make a
  17. 'chmod +s' to an existing directory, this directory disappears and you have no
  18. chance to get it back with 'normal' HP-UX commands.
  19.  
  20. Just try this:
  21. % mkdir /tmp/test
  22. % chmod +s /tmp/test
  23.  
  24. You can use 'fsdb' to investigate the directory containing the lost directory,
  25. and you can see, that the disappeared directory still exists, but has funny
  26. permissions. Correcting the permissions with 'fsdb' makes the lost directory
  27. visable again. Any comments?
  28.  
  29. Regards
  30. Thomas Knott
  31.