home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / sys / next / sysadmin / 6572 < prev    next >
Encoding:
Text File  |  1992-11-18  |  1.2 KB  |  38 lines

  1. Newsgroups: comp.sys.next.sysadmin
  2. Path: sparky!uunet!destroyer!lsa.umich.edu!news
  3. From: kickaha@siddhartha.math.lsa.umich.edu (Brian K. Boonstra)
  4. Subject: Re: Running KSH as your user shell (answer)
  5. Message-ID: <1992Nov18.180312.7674@lsa.umich.edu>
  6. Sender: news@lsa.umich.edu
  7. Reply-To: kickaha@siddhartha.math.lsa.umich.edu
  8. Organization: University of Michigan Math Dept
  9. References: <1992Nov18.152522.11535@oakhill.sps.mot.com>
  10. Distribution: usa
  11. Date: Wed, 18 Nov 1992 18:03:12 GMT
  12. Lines: 24
  13.  
  14. In article <1992Nov18.152522.11535@oakhill.sps.mot.com> patrick@norm (Patrick  
  15. Bohrer) writes:
  16. > shell to /bin/sh and everything works OK (albeit kludgy).  Does
  17. > anyone know how to specify ksh as a valid shell.  I appears that
  18. > loginwindow compares the name of your shell against some list of 
  19. > known user shells before it starts up the Workspace Manager
  20. > but I don't know where the list is.
  21.  
  22. The list is in /etc/shells. Mine looks like this:
  23.  
  24.      # List of acceptable shells for chsh/passwd -s
  25.      # Ftpd will not allow users to connect who do not have one of these shells
  26.      #
  27.      /bin/sh
  28.      /bin/csh
  29.      /usr/local/bin/tcsh
  30.  
  31.  
  32. --
  33. Brian K. Boonstra    (313) 994-0014,764-6046     kickaha@umich.edu
  34.  
  35.  "My strength is as the strength of ten because my code is pure."
  36.