/etc/bashrc /etc/profile ~/.bashrc ~/.bash_profile
bash之login shell、非login shell
bash進程產生的場景 login shell 非login shell ssh登錄 Y N su - 切換到用戶 Y N tmux新建窗口 Y N screen新建窗口 N Y ssh 遠程執行 /bin/bash 腳本 N Ybash配置文件的生效場景
shell類型 /etc/profile 和 ~/.bash_profile /etc/bashrc 和 ~/.bashrc login shell 有效 有效(~/.bash_profile一般會source ~/.bashrc) 非login shell 無效 有效