Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Aug 1999 10:23:20 -0700 (PDT)
From:      Doug <Doug@gorean.org>
To:        "Dan O'Connor" <dan@jgl.reno.nv.us>
Cc:        FreeBSD Questions <questions@FreeBSD.ORG>
Subject:   Re: roots shell
Message-ID:  <Pine.BSF.4.10.9908191019310.56029-100000@dt010nb9.san.rr.com>
In-Reply-To: <02ba01bee9fc$8ff856c0$0200000a@home>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 18 Aug 1999, Dan O'Connor wrote:

> > > is there any way to change root's default shell from csh to bash.
> >
> > Yes there is, but it's a bad idea. Several people have already pointed out
> > some reasons why. An additional alternative to su -m is to put the
> > following in /root/.login:
> >
> > [ -x /usr/local/bin/bash] && exec /usr/local/bin/bash
> >
> > That will start bash for you if it's available, and if it isn't you can
> > still log in.
> 
> What a great idea!

	Well I can't take credit for it, but I'm happy to pass it along.
IIRC I heard it first from Dag-Erling. 

> Thanks for making my day!

	Any time. :)

Doug
-- 
On account of being a democracy and run by the people, we are the only
nation in the world that has to keep a government four years, no matter
what it does.
                -- Will Rogers



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.10.9908191019310.56029-100000>