| /etc/profile | Global configuration for all users |
| /etc/profile.d/* | Additional global configuration used on some distributions. |
| ~/.bash_profile | User's customizations. |
| ~/.bash_login | Read only if there is no .bash_profile. |
| ~/.profile | Read only if neither .bash_profile or .bash_login is found. |
| /etc/bashrc | Global configuration |
| ~/.bashrc | User's configuration |