> I'm sorry, but I just can't understand why I can't find these
>
> Anne

[EMAIL PROTECTED] ~]# pwd
/root
[EMAIL PROTECTED] ~]# 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
[EMAIL PROTECTED] ~]#
_______________________________________________
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos

Reply via email to