shell 环境初始化顺序

登陆shell 的执行顺序

/etc/profile
/etc/profile.d/file
/etc/bashrc
.bashrc
.bash_profile

非登录shell 的执行顺序, 例如:su - #切换用户

/etc/profile
/etc/profile.d/file
/etc/bashrc
posted @ 2015-09-21 13:29  brookin  阅读(337)  评论(0)    收藏  举报