Linux中profile、bashrc、bash_profile之间的区别和联系
配置文件 | 说明 | 执行时间 | 是否重启 | 有效范围 |
/etc/profile | 为系统的每个用户设置环境信息,从/etc/profile.d目录 的配置文件中搜集shell的设置. | 当用户第一次登录时 | 重启或者source操作 | 所有 |
/etc/bashrc | 为系统中的每个用户打开bash shell时执行. | 打开bash shell | 不需要 | 所有 |
~/.bash_profile | 默认情况下会调用~/.bash_rc | 当用户第一次登录时 | 重启或者source操作 | 当前用户 |
~/.bash_rc | 当打开新的shell时 | 打开bash shell | 不需要 | 当前用户 |
参考文章:https://blog.csdn.net/chenchong08/article/details/7833242
相关推荐
JohnYork 2020-10-16
wangzhaotongalex 2020-09-22
云中舞步 2020-11-12
杨德龙 2020-11-11
xiaoseyihe 2020-11-16
不要皱眉 2020-10-14
Crazyshark 2020-11-13
K先生 2020-11-10
momode 2020-09-11
思君夜未眠 2020-09-04
点滴技术生活 2020-08-21
MaggieRose 2020-08-19
kevinweijc 2020-08-18
wintershii 2020-08-17
vapaad 2020-08-17
wera00 2020-08-17
移动开发与培训 2020-08-16
ReunionIsland 2020-08-16
JimyFengqi 2020-08-16