82 / 102
Bash Configuration Files
/etc/profile- The systemwide initialization file, executed for login shells.
/etc/bash.bashrc- The systemwide per-interactive-shell startup file.
~/.bash_profile,~/.bash_loginor~/.profile- The personal initialization file, executed for login shells.
~/.bashrc- The individual per-interactive-shell startup file.