I'm sorry, but I just can't understand why I can't find these
Anne
[root@proxy ~]# pwd /root [root@proxy ~]# cat .bashrc # .bashrc
# 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 [root@proxy ~]#