Ao digitar man bash
, podemos ver
FILES
/bin/bash
The bash executable
/etc/profile
The systemwide initialization file, executed for login shells
/etc/bash.bashrc
The systemwide per-interactive-shell startup file
/etc/bash.bash.logout
The systemwide login shell cleanup file, executed when a login shell exits
~/.bash_profile
The personal initialization file, executed for login shells
~/.bashrc
The individual per-interactive-shell startup file
~/.bash_logout
The individual login shell cleanup file, executed when a login shell exits
~/.inputrc
Individual readline initialization file
O que significa "per-interactive-shell"? Especialmente, o que "per" significa aqui? "per" significa "cada" aqui? Cada shell interativo? Ou significa outra coisa?
O "arquivo de inicialização individual por shell interativo" significa "o arquivo de inicialização individual para cada shell interativo"?