home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / os / linux / 25196 < prev    next >
Encoding:
Internet Message Format  |  1993-01-23  |  1.4 KB

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!ub!exucom.com!bribbeck
  2. From: bribbeck@exucom.com (Bob Ribbeck)
  3. Newsgroups: comp.os.linux
  4. Subject: Re: HELP: shell-init: Permission denied
  5. Message-ID: <1993Jan23.005710.4497@exucom.com>
  6. Date: 23 Jan 93 00:57:10 GMT
  7. References: <1jdtqaINN73r@matt.ksu.ksu.edu>
  8. Organization: ExuCom Multimedia Inc.
  9. Lines: 31
  10. X-Newsreader: TIN [version 1.1 PL8]
  11.  
  12. James Michael Chacon (probreak@matt.ksu.ksu.edu) wrote:
  13. : billj@astro.ocis.temple.edu (Bill Jones) writes:
  14.  
  15. : >I am not sure what happened, but I am now having a problem when logging 
  16. : >in as any user other than root.  The symptoms are as follows:
  17.  
  18. : >login: user1
  19. : >password: 
  20. : >shell-init: Permission denied
  21. : >: Permission denied
  22. : >pwd: Permission denied
  23. : >: Permission denied
  24. : >musicman:> dir       <------ my prompt (missing the pwd)
  25. : >[ usual directory listing ]
  26. : >: Permission denied
  27. : >: Permission denied
  28. : >: Permission denied
  29.  
  30. : >bill jones
  31.  
  32. : Somewhere along the directory tree to get to your home directory the execute
  33. : flag didn't get set.
  34.  
  35. : Look all along the tree up to your home directory, and make sure they are all
  36. : at least executable by all. Readable sure help to though.
  37.  
  38. : James
  39.  
  40.   I don't know what is causing this problem but if you do a "chmod 755 /" this
  41. will fix the problem.  "ls -ld should show why but it didn't explain it for me.
  42. But as Gary Phiefer suggested to me this fixes the problem
  43.