From owner-freebsd-questions Thu Oct 21 4:44:54 1999 Delivered-To: freebsd-questions@freebsd.org Received: from gw.one.com.au (gw.one.com.au [203.18.85.1]) by hub.freebsd.org (Postfix) with ESMTP id 20BDD14E18 for ; Thu, 21 Oct 1999 04:44:42 -0700 (PDT) (envelope-from raymond@one.com.au) Received: from one.com.au (pxx.local [10.18.85.1]) by gw.one.com.au (8.9.2/8.9.2) with SMTP id VAA23731 for freebsd-questions@freebsd.org; Thu, 21 Oct 1999 21:44:40 +1000 (EST) (envelope-from raymond@one.com.au) Date: Thu, 21 Oct 1999 21:44:40 +1000 (EST) From: User Raymond Message-Id: <199910211144.VAA23731@gw.one.com.au> Subject: How to have a tsch for root Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG To: freebsd-questions@freebsd.org > On Thu, 21 Oct 1999, Walter Spierings wrote: > > > We use tsch for all our user accounts.=20 > > How can we also have the tsch features for the root. > > Edit the password file by entering > > vipw > > and replace /bin/csh by /usr/local/bin/tcsh within the pwd entry for root. > Make sure that /etc/shells contains the following line: > > /usr/local/bin/tcsh > A better way is to first cp /usr/local/bin/tcsh /bin then make sure /etc/shells contains /bin/tcsh then vipw and change the shell for root to /bin/tcsh. Then it will work when the /usr partition can't be mounted. Ray Newman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message