From owner-freebsd-questions Wed Dec 18 17:08:24 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id RAA20231 for questions-outgoing; Wed, 18 Dec 1996 17:08:24 -0800 (PST) Received: from bitbucket.edmweb.com (bitbucket.edmweb.com [204.244.190.9]) by freefall.freebsd.org (8.8.4/8.8.4) with SMTP id RAA20224 for ; Wed, 18 Dec 1996 17:08:21 -0800 (PST) Received: (from steve@localhost) by bitbucket.edmweb.com (8.6.12/8.6.12) id RAA01463; Wed, 18 Dec 1996 17:08:04 -0800 Date: Wed, 18 Dec 1996 17:07:59 -0800 (PST) From: Steve Reid To: Barry Soben cc: questions@freebsd.org Subject: Re: root problem In-Reply-To: <2.2.32.19961218215532.0067eb1c@fix.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > I changed the shell on my root account from csh to tcsh.. When I try to > login as root, I can't because it says it can't find /bin/tcsh. IS there > any way to fix this without reinstalling the system? The tcsh package is installed as /usr/local/bin/tcsh, _not_ /bin/tcsh. I use bash, and copied /usr/local/bin/bash to /bin/bash so that I can access it even on those rare occasions when /usr isn't mounted.