美文网首页
Linux 系统bash_rc vs bash_profile

Linux 系统bash_rc vs bash_profile

作者: 费曼猫 | 来源:发表于2017-09-15 21:30 被阅读37次

.bash_profile is executed for login shells, while .bashrc is executed for interactive non-login shells.

When you login (type username and password) via console, either sitting at the machine, or remotely via ssh: .bash_profile is executed to configure your shell before the initial command prompt.

But, if you’ve already logged into your machine and open a new terminal window (xterm) then .bashrc is executed before the window command prompt. .bashrc is also run when you start a new bash instance by typing /bin/bash in a terminal.

相关文章

网友评论

      本文标题:Linux 系统bash_rc vs bash_profile

      本文链接:https://www.haomeiwen.com/subject/dtmesxtx.html