登陆shell 的执行顺序

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

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

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

相关文章: