Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 547 Bytes

001_BASH_Shell.md

File metadata and controls

11 lines (9 loc) · 547 Bytes

BASH (Bourne Again Shell)

HOME --- BASH STARTUP SCRIPT

  • /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.