home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / os / linux / 15861 < prev    next >
Encoding:
Internet Message Format  |  1992-11-07  |  1.0 KB

  1. Path: sparky!uunet!spool.mu.edu!uwm.edu!zaphod.mps.ohio-state.edu!cs.utexas.edu!qt.cs.utexas.edu!yale.edu!ira.uka.de!math.fu-berlin.de!news.netmbx.de!Germany.EU.net!mcsun!sun4nl!tuegate.tue.nl!blade.stack.urc.tue.nl!lennart
  2. From: lennart@blade.stack.urc.tue.nl (Lennart Benschop)
  3. Newsgroups: comp.os.linux
  4. Subject: Re: need help with permissions
  5. Message-ID: <6187@tuegate.tue.nl>
  6. Date: 6 Nov 92 08:41:09 GMT
  7. References: <1992Nov4.211420.27555@sctc.com>
  8. Sender: root@tuegate.tue.nl
  9. Organization: MCGV Stack, Eindhoven University of Technology, the Netherlands.
  10. Lines: 13
  11.  
  12. In article <1992Nov4.211420.27555@sctc.com> nichols@sctc.com (Vern Nichols) writes:
  13. >Last night I compiled the l3 kernel and it went very well, then I played
  14. >with the zafix.taz and zbfix.taz using sysinstall -install and now
  15. >when I log in as anybody other than root I get
  16. >
  17. >   shell-init: Permission denied
  18.  
  19. Did you check the permissions of the root directory itself? I had the same
  20. problems after such a fix. The root directory was no longer world-readable.
  21. Try: 
  22.  
  23. chmod 755 / 
  24.  
  25.