home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / os / linux / 15898 < prev    next >
Encoding:
Text File  |  1992-11-07  |  2.0 KB  |  55 lines

  1. Newsgroups: comp.os.linux
  2. Path: sparky!uunet!utcsri!newsflash.concordia.ca!sifon!root
  3. From: root@pooh.geophys.mcgill.ca (Steeve McCauley)
  4. Subject: Re: Can't run shell! (SLS) I'm loosing my hair!
  5. Message-ID: <1992Nov6.160327.21189@sifon.cc.mcgill.ca>
  6. Sender: news@sifon.cc.mcgill.ca
  7. Nntp-Posting-Host: pooh.geophys.mcgill.ca
  8. Organization: McGill University
  9. X-Newsreader: Tin 1.1 PL5
  10. References: <1992Nov6.071803.15471@ugle.unit.no>
  11. Date: Fri, 6 Nov 1992 16:03:27 GMT
  12. Lines: 41
  13.  
  14. Hallvard Paulsen (hallvard@immhp1.marina.unit.no) wrote:
  15. :     This is driving me crazy!
  16. :     I've got the SLS package (including the z?fix.taz files), and
  17. : there is now way I can do anything as a user. Well actually the errors I
  18. : get is:
  19. :     shell-init:permission denied  (when I log in)
  20. :     pwd : permission denied       (every time i type a command)
  21. :     But when I check it turns out that my commands (like creating files
  22. : deleting files and so on) are usually executed. The problem seems to 
  23. : be shell commands *only*. (that is since PS1="pwd"# I allways get a
  24. : permission denied message)
  25. :     So: How do I make the shell usable for users?
  26.    Use,
  27.  
  28.         chmod 755 /.
  29.  
  30. to make the root directory world readable.  This worked for me.  I'd
  31. also like to point out that some of the utils in /usr/bin need rx
  32. for group and other,
  33.  
  34.         chmod go+rx /usr/bin/*
  35.  
  36. should fix 'em up.
  37.  
  38. --
  39. Cheers et salut,
  40. Steeve McCauley
  41. +--------------------------------------------------------------------------+
  42. |     McGill University ~~~ Earth and Planetary Sciences ~~~ FDA 209A      |
  43. +--------------------------------------------------------------------------+
  44. |    A Short Short Short Short Story      |  steeve@pooh.geophys.mcgill.ca |
  45. |    -------------------------------      |  root@pooh.geophys.mcgill.ca   |
  46. |   And then he said to me, "Dollar sign  |                                | 
  47. |colon slash pooh slash bin", and I knew. |     Tel: (514) 398-1724        | 
  48. |             The end (by a friend)       |                                |
  49. +--------------------------------------------------------------------------+ 
  50.