home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / os / linux / 9650 < prev    next >
Encoding:
Text File  |  1992-09-01  |  2.0 KB  |  72 lines

  1. Newsgroups: comp.os.linux
  2. Path: sparky!uunet!usc!sol.ctr.columbia.edu!destroyer!ubc-cs!news.UVic.CA!sanjuan!pmacdona
  3. From: pmacdona@sanjuan (Peter MacDonald)
  4. Subject: Re: How to create a user and other questions!
  5. Message-ID: <1992Sep2.042925.26716@sol.UVic.CA>
  6. Sender: news@sol.UVic.CA
  7. Nntp-Posting-Host: sanjuan.uvic.ca
  8. Organization: University of Victoria, Victoria B.C. CANADA
  9. References: <1992Sep1.190925.24670@msuinfo.cl.msu.edu>
  10. Distribution: usa
  11. Date: Wed, 2 Sep 92 04:29:25 GMT
  12. Lines: 58
  13.  
  14. In article <1992Sep1.190925.24670@msuinfo.cl.msu.edu> sundaram@cps.msu.edu (Divya Sundaram) writes:
  15. >
  16. >Hi y'all,
  17. >
  18. >OK, I have SLS 0.96 up and running smoothly. 
  19.  
  20. In SLS's original announcement, I admitted that the structure needed tightening,
  21. primarily file permissions.  What I would like to see is a shell script that
  22. could be run to set file ownerships and permissions on common parts of the 
  23. system.  Or perhaps it would just check them and notify of any aberations.
  24. My problem is that I always run as root :~).
  25.  
  26. >
  27. >--- How do I create a user?
  28.  
  29. edit /etc/passwd or use adduser
  30.  
  31. >
  32. >---When I log in as user1, the system will not let me set a passwd. How
  33. >    do I get around this. It says that it could not read the passwd 
  34. >    file. I know I have to do something with chown, but what? 
  35. >
  36.  
  37. chmod u+s /bin/passwd
  38.  
  39. >--- As user1, I cannot run any programs - eg kermit.  
  40. >
  41.  
  42. chmod ugo+rw /dev/ttys?
  43.  
  44. >--- When I try to use emacs, it says that it cannot find some 'X' library.
  45. >    Since my current Video card is NOT supported by Linux, I have not 
  46. >    installed X yet. Is there a work around for this?
  47.  
  48. unset DISPLAY
  49.  
  50. >--- WHere do I get mtools - so I can read/writye MS-DOS Floppy disks.
  51. >    Were these included in the SLS Dist.? If so where?
  52. >
  53.  
  54. /usr/local/bin/
  55.  
  56. >That's all, for now (=>). I would appreciate any help on this.
  57. >
  58. >Finally,
  59. >    I would like to know who to contact about documentation for Linux.
  60. >    I am interested in working on the docs. 
  61. >
  62. >Thanks
  63. >
  64. >Divya
  65. >(sundaram@cps.msu.edu)
  66.  
  67.  
  68. Also, to fix the mail problem for non-root users:
  69.  
  70. chmod ugo+rwxt /usr/spool/mail
  71.  
  72.