□ Procedure of login shell(Bash)
○ Login process calls : /etc/profile
○ /etc/profile calls : the scripts in /etc/profile.d
○ Login process calls : ~/.bash_profile
○ ~/.bash_profile calls : ~/.bashrc
○ ~/.bashrc calls : /etc/bashrc
○ /etc/profile calls : the scripts in /etc/profile.d
○ Login process calls : ~/.bash_profile
○ ~/.bash_profile calls : ~/.bashrc
○ ~/.bashrc calls : /etc/bashrc
□ Procedure of non login shell(Bash)
○ Non login process calls : ~/.bashrc
○ ~/.bashrc calls : /etc/bashrc
○ /etc/bashrc calls : the scripts in /etc/profile.d
○ ~/.bashrc calls : /etc/bashrc
○ /etc/bashrc calls : the scripts in /etc/profile.d