home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / unix / shell / 3618 < prev    next >
Encoding:
Text File  |  1992-08-25  |  1.7 KB  |  39 lines

  1. Newsgroups: comp.unix.shell
  2. Path: sparky!uunet!mcsun!sunic!ugle.unit.no!news
  3. From: Harald.Eikrem@delab.sintef.no
  4. Subject: Re: How to make tcsh the login shell w/0 bothering operator? !FAQ
  5. In-Reply-To: jal41820@uxa.cso.uiuc.edu's message of Thu, 20 Aug 1992 18:58:35 GMT
  6. Message-ID: <1992Aug26.003200*Harald.Eikrem@delab.sintef.no>
  7. Sender: news@ugle.unit.no (NetNews Administrator)
  8. Organization: SINTEF DELAB, Trondheim, Norway.
  9. References: <Bsr2Jy.oD@news.cso.uiuc.edu> <FRIEDMAN.92Aug20130446@nutrimat.gnu.ai.mit.edu>
  10.     <BtAq1o.I2L@news.cso.uiuc.edu>
  11. Date: 26 Aug 92 00:32:00
  12. Lines: 25
  13.  
  14. ! :)   Just out of curiosity, why not get your sysadmin to put the appropriate
  15. ! :)magic in /etc/shells?  It's what, 20 seconds of work?
  16. ! I know at uiuc, most (read all :) of the admins like to not have anything
  17. ! like that in a joe-user's directory, nor do they simply want to copy a
  18. ! compiled program, meaning they have to compile it themself. However,
  19. ! they don't want to be bothered with finding the source code. Usually
  20. ! here a person (in this case) would have to find the source code, set it
  21. ! up in /tmp, and ask *very* nicely.  :)
  22. ! -- 
  23. !         Josh Laff              #     #      
  24.  
  25. If it's that troublesome, chsh to (or ask for) /bin/sh as your login
  26. shell, because it is definitely going to be fastest one to start up of
  27. them all.  Do set up a minimalistic $PATH, check for and exec your
  28. favourite shell binary from within your .profile
  29.  
  30. It is recommendable to create a symbolic link to the shell executable --
  31. the symlink name should start with a dash (-) and be placed in one of your
  32. $PATH dirs -- then exec the symlink in order for the shell to process
  33. its proper login files.
  34.  
  35. Simple as that....
  36.  
  37.   ~~harald E.
  38.