LINUX/Shell Script

17. sh/Bash 스타트업 파일

삽질의 달인 2020. 2. 4. 10:07
 
 
/bin/bash
       The bash executable
 
/etc/profile
       The systemwide initialization file, executed for login shells
 
~/.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