1. 程式人生 > >linux bash環境變數載入過 程

linux bash環境變數載入過 程

相關檔案

/etc/bashrc
/etc/profile
~/.bashrc
~/.bash_profile

載入時機:

/etc/profile 和 ~/.bash_profile 只在使用者登陸時載入
/etc/bashrc 和 ~/.bashrc 則在每次啟動bash時都會載入

使用者登陸時載入順序:

1. /etc/profile
2. ~/.bash_profile
3. ~/.bashrc
4. /etc/bashrc

使用者登陸後執行bash載入順序:

1. ~/.bashrc
2. /etc/bashrc