---------- Original Message -----------
From: "Todd A. Jacobs" <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Sent: Sat, 11 Jan 2003 16:34:40 -0800 (PST)
Subject: Re: Passing args

> On Sat, 11 Jan 2003, Mike Vanecek wrote:
> 
> > I just did a default install which was bash. How and where would I
> > change to bash2?
> 
> /usr/bin/chsh -s /bin/bash2 
> 

I believe that bash = bash2 on my system??

[root@www root]# /usr/bin/chsh -s /bin/bash2
Changing shell for root.
Shell changed.

[root@www root]# bash --version
GNU bash, version 2.05b.0(1)-release (i686-pc-linux-gnu)
Copyright (C) 2002 Free Software Foundation, Inc.

[root@www root]# set
BASH=/bin/bash
BASH_ENV=/root/.bashrc
BASH_VERSINFO=([0]="2" [1]="05b" [2]="0" [3]="1" [4]="release"
[5]="i686-pc-linux-gnu")
BASH_VERSION='2.05b.0(1)-release'

[root@www root]# /usr/bin/chsh -s /bin/bash
Changing shell for root.
Shell changed.

[root@www root]# bash --version
GNU bash, version 2.05b.0(1)-release (i686-pc-linux-gnu)
Copyright (C) 2002 Free Software Foundation, Inc.

[root@www root]# set
BASH=/bin/bash
BASH_ENV=/root/.bashrc
BASH_VERSINFO=([0]="2" [1]="05b" [2]="0" [3]="1" [4]="release"
[5]="i686-pc-linux-gnu")
BASH_VERSION='2.05b.0(1)-release'

Yes?



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to