LPI 101 : GNU & Commandes UNIX
/bin/bash
3 situations possibles
shell de login
1. /etc/profile : initialisation par defaut
2. $HOME/.bash_profile, $HOME/.bash_login,
$HOME/.profile
3. /etc/.bash_logout, $HOME/.bash_logout
shell interactifs, terminal
Etc/bash.bashrc, $HOME/.bashrc
Shell non interactif : sh textfile.sh
Lit le fichier définit par $BASH_ENV
Forcer l’initialisation de bash
-i pour interactif, -l pour shell de login
Historique des commandes dans .bash_history