求高手解答~~感激不尽

没弄错的话,profile 是登录 shell 的,rc 是非登录交互式 shell 的。fanhe 写了:你google一下吧
/etc/profile 是系统级的无误
但是 ~/.bash_profile 和 ~/.bashrc 是不一样的, (后面的我记得不清楚)前者是一个登陆的shell载入的, 后者是非登陆shell再入的
例如, 控制台会载入 ~/.bash_profile, 不会载入 ~/.bashrc
虚拟终端(gnome-terminal) 会载入 ~/.bashrc 而不会载入 ~/.bash_profile