You are not logged in.
Pages: 1
bash-3.2# su ning
[ning@courser ~]$ mexit
bash-3.2# su ning
[ning@courser ~]$ mexit
bash-3.2# ning
bash: ning: command not found
bash-3.2# su ning
[ning@courser ~]$ mexit
bash-3.2# su ning
[ning@courser ~]$ eexit
bash-3.2# su ning
[ning@courser ~]$ eexit
bash-3.2# su ning
[ning@courser ~]$ [exit
bash-3.2#
==
what's wrong with my operation? why every times I switch to user ning and then press any key, it always return to Root?
Offline
What's in your (ning's) .bashrc and .bash_profile?
1000
Offline
.bashrc
------
alias ls='ls --color=auto'
PS1='[\u@\h \W]\$ '
------
.bash_profile
-----
. $HOME/.bashrc
==
it seems nothing wroing, right?
Offline
Pages: 1