home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / unix / aix / 11508 < prev    next >
Encoding:
Internet Message Format  |  1992-11-11  |  1.1 KB

  1. Path: sparky!uunet!ogicse!uwm.edu!spool.mu.edu!umn.edu!lynx!zia.aoc.nrao.edu!rmilner
  2. From: rmilner@zia.aoc.nrao.edu (Ruth Milner)
  3. Newsgroups: comp.unix.aix
  4. Subject: Re: Owner of /home file system reset.
  5. Message-ID: <1992Nov11.234707.6607@zia.aoc.nrao.edu>
  6. Date: 11 Nov 92 23:47:07 GMT
  7. Article-I.D.: zia.1992Nov11.234707.6607
  8. References: <BxK6K6.51K@ecf.toronto.edu>
  9. Reply-To: rmilner@zia.aoc.nrao.edu (Ruth Milner)
  10. Organization: National Radio Astronomy Observatory, Socorro NM
  11. Lines: 20
  12.  
  13. In article <BxK6K6.51K@ecf.toronto.edu> elder@ecf.toronto.edu (ELDER J David) writes:
  14. >
  15. >Hi there! I have an RS6000/320 running AIX 3.2.2 and I have an 
  16. >annoying situation. The ownership of the /home filesystem was changed
  17. >to the name of the last user I created. 
  18.  
  19. Did you by any chance do something like the following:
  20.  
  21.     cd /home/newuser
  22.     chown newuser *
  23.     chown newuser .*
  24. ?
  25.  
  26. If so, that last chown is your problem, because .* also matches .. . What you
  27. want to do is "chown newuser .[A-z]*" instead.
  28.  
  29. How did I learn this? Guess ... :-)
  30. -- 
  31. Ruth Milner                          NRAO/VLA                  Socorro NM
  32. Computing Division Head      rmilner@zia.aoc.nrao.edu
  33.