home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / os / linux / 25085 < prev    next >
Encoding:
Text File  |  1993-01-22  |  1.1 KB  |  28 lines

  1. Newsgroups: comp.os.linux
  2. Path: sparky!uunet!gatech!emory!sol.ctr.columbia.edu!ira.uka.de!Germany.EU.net!news.uni-bielefeld.de!aixrs0!hank
  3. From: hank@informatik.uni-essen.de (Hendrik G. Seliger)
  4. Subject: Re: HELP: shell-init: Permission denied
  5. Sender: newsadm@aixrs0.hrz.uni-essen.de
  6. Message-ID: <1993Jan22.073619.20924@aixrs0.hrz.uni-essen.de>
  7. Date: Fri, 22 Jan 1993 07:36:19 GMT
  8. References: <1993Jan22.021300.17671@oucsace.cs.ohiou.edu>
  9. Nntp-Posting-Host: sparc1-ppp.ikb.uni-essen.de
  10. Organization: Uni-Essen
  11. X-Newsreader: Tin 1.1 PL4
  12. Lines: 14
  13.  
  14. sadkins@bigbird.cs.ohiou.edu (Scott W. Adkins) writes:
  15. : >pwd, dir etc. will work fine. I recommend to use USERADD(8) because 
  16. : >initialization and perms setup will be done automatically.
  17. : Again, I found this not to be true.   The only thing the useradd program 
  18. : did was add the user to the passwd and shadow (password) files.  It did
  19. : nothing else.  I thought it would create a directory, but it didn't.  So,
  20. : I did it myself.  
  21.  
  22. You will have to use the option "-m" with useradd to create the
  23. directory and copy all necessary files into it (use -k to specify
  24. the skeleton directory; might be /etc/skel).
  25.  
  26. Hendrik.
  27.