Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!husc6!rutgers!topaz.rutgers.edu!ron From: ron@topaz.rutgers.edu (Ron Natalie) Newsgroups: comp.unix.questions Subject: Re: Why does vipw *require* /bin/csh ? Message-ID: <13848@topaz.rutgers.edu> Date: Mon, 10-Aug-87 16:52:29 EDT Article-I.D.: topaz.13848 Posted: Mon Aug 10 16:52:29 1987 Date-Received: Tue, 11-Aug-87 05:36:49 EDT References: <2647@lifia.UUCP> Organization: Rutgers Univ., New Brunswick, N.J. Lines: 13 Keywords: vipw No, what it does is it prevents you from setting the ROOT default log in shell to something other than /bin/sh or /bin/csh. You should avoid doing that anyway. It's usually best to use a working shell for root (like a System V Bourne shell) rather than any of the buggy shells that come with Berkeley UNIX. If you want alternate "su" shells, you can do the entries of the form croot:XCJlkJER38:0:0:Charlie &:/:/bin/csh and alias "su" to "su croot" in your own shell. Or bypass it entirely and alias su to su -c exec "/bin/funny-sh" -Ron