热衷于系统架构、服务器、系统调优、linux运维
全部博文(10)
2013年(10)
分类: LINUX
2013-03-22 16:49:54
⑴、bash的配置文件:
全局配置:/etc/profile, /etc/profile.d/*.sh ,/etc/bashrc
个人配置:~/.bash_profile,~/.bashrc
登陆式shell读取配置文件的过程:
/etc/profile --> /etc/profile.d/*.sh --> ~/.bash_profile --> ~/.bashrc --> /etc/bashrc
登陆式shell如何读取配置文件过程:
~/.bashrc --> /etc/bashrc --> /etc/profile.d/*.sh