- /etc/profile -> Systemwide initialization file, executed for login shells.
- /etc/bash.bashrc -> Systemwide shell startup file.
- /etc/bash.logout -> Systemwide shell cleanup file.
- $HOME/.bash_profile -> Personal initialization file.
- $HOME/.bashrc -> Pre-interactive shell startup file.
- $HOME/.bash_logout -> Individual login shell cleanup file.
- $HOME/.inputrc -> Individual readline initialization file.