|

楼主 |
发表于 2004-8-9 10:29:44
|
显示全部楼层
我的根用户的.bashrc的内容如下:
# .bashrc
export GDK_USE_XFT=0
# User specific aliases and functions
alias rm='rm -i'
alias cp='cp -i'
alias mv='mv -i'
# Source global definitions
if [ -f /etc/bashrc ]; then
. /etc/bashrc
fi
~
~
~
~
~
~
~
~
~
~
~
"~/.bashrc" [已转换] 12L, 196C
请问怎么改,是改根用户的,还是其它用户的。 |
|