[CentOS] Where is the file that sets aliases?

Sat Nov 8 22:19:16 UTC 2008
Mark A. Lewis <mark at siliconjunkie.net>

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

[root at proxy ~]# pwd
/root
[root at 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 at proxy ~]#