a. /etc/profile b. /etc/paths c. ~/.bash_profile d. ~/.bash_login e. ~/.profile f. ~/.bashrc
其中a和b是系统级别
的,系统启动就会加载,其余是用户接别的。c,d,e按照从前往后的顺序读取
,如果c文件存在,则后面的几个文件就会被忽略不读了
,以此类推。~/.bashrc没有上述规则,它是bash shell打开的时候载入的。
原文地址:https://www.cnblogs.com/FengZiQ/p/11621845.html
时间: 2024-10-15 09:28:26