为什么每次都要输入BASH才行
[root@tan ~] $cat /etc/passwd
root:0:0:Super-User:/export/home/root:/bin/bash
[root@tan ~] $su -
Sun Microsystems Inc. SunOS 5.10 Generic January 2005
-bash-3.00#
-bash-3.00# bash
[root@tan ~] $
[root@tan ~] $ls -a
. .bashrc .gnome2 .recently-used
.. .gnome .gnome2_private .sunw
[root@tan ~] $cat .bashrc
PS1='[\u@\h \w] $'
BASH=/usr/bin/bash
[ 本帖最后由 00021906 于 2008-3-19 14:58 编辑 ]