From owner-freebsd-questions Fri Jun 1 8:39:23 2001 Delivered-To: freebsd-questions@freebsd.org Received: from acstmp.bu.edu (acstmp.bu.edu [128.197.153.25]) by hub.freebsd.org (Postfix) with ESMTP id 627FF37B422 for <freebsd-questions@FreeBSD.ORG>; Fri, 1 Jun 2001 08:39:21 -0700 (PDT) (envelope-from mgllghr@bu.edu) Received: from localhost (mgllghr@localhost) by acstmp.bu.edu ((8.9.3.buoit.v1.0.ACS)/) with ESMTP id LAA224562; Fri, 1 Jun 2001 11:39:17 -0400 Date: Fri, 1 Jun 2001 11:39:16 -0400 (EDT) From: Gallagher <mgllghr@bu.edu> To: Cynic <cynic@mail.cz> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: root shell In-Reply-To: <5.1.0.14.2.20010601164100.02768688@mail.cz> Message-ID: <Pine.A41.4.10.10106011135410.230738-100000@acstmp.bu.edu> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-questions.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo?subject=subscribe%20freebsd-questions> List-Unsubscribe: <mailto:majordomo?subject=unsubscribe%20freebsd-questions> X-Loop: FreeBSD.ORG On Fri, 1 Jun 2001, Cynic wrote: > Hi there, > > I have a question regarding root shell: > > how do I get the root account use other shell than csh? > I have changed the root's shell entry in /etc/passwd to > /bin/bash, but still get csh upon logging in. > > TIA > I believe there is a default root user created called toor that uses the Bourne Shell instead of csh. It might be better to change toor's shell to bash and use that account when you want to make root-only changes in a bash shell. Make sure you use chsh to make the change. (see other posts) ~mike To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message