linux配置加载顺序

时间:2022-09-17 11:16:40

linux加载配置项时通过下面方式

首先 加载/etc/profile配置

然后 加载/ect/profile.d/下面的所有脚本

然后 加载当前用户 .bash_profile

然后 加载.bashrc

最后 加载 [/etc/bashrc]

/etc/profile → /etc/profile.d/*.sh → ~/.bash_profile → ~/.bashrc → [/etc/bashrc]