关于登录linux时,/etc/profile、~/.bash_profile等几个文件的执行过程

在登录Linux时要执行文件的过程如下:

在刚登录Linux时,首先启动 /etc/profile 文件,然后再启动用户目录下的 ~/.bash_profile~/.bash_login~/.profile文件中的其中一个,执行的顺序为:~/.bash_profile~/.bash_login~/.profile。如果 ~/.bash_profile文件存在的话,一般还会执行 ~/.bashrc文件。因为在 ~/.bash_profile文件中一般会有下面的代码:

if [ -f ~/.bashrc ] ; then

 . ./bashrc

           fi
  ~/.bashrc
中,一般还会有以下代码:

if [ -f /etc/bashrc ] ; then

 . /bashrc

fi

所以,~/.bashrc会调用 /etc/bashrc文件。最后,在退出shell时,还会执行 ~/.bash_logout文件。

执行顺序为:/etc/profile -> (~/.bash_profile | ~/.bash_login | ~/.profile) -> ~/.bashrc ->          /etc/bashrc -> ~/.bash_logout

关于各个文件的作用域,在网上找到了以下说明:

1/etc/profile: 此文件个用户设境信息,当用第一次登录时,文件被. 并从/etc/profile.d的配置文件中搜集shell置。
2/etc/bashrc: 为每一个运行bash shell的用户执行此文件.bash shell被打开时,文件被取。
3~/.bash_profile: 个用都可使用文件用于自己使用的shell信息,当用录时,文件仅仅执行一次!情况下,置一些,行用.bashrc文件。
4~/.bashrc: 文件包含用于你的bash shellbash信息,当登录时以及次打新的shell,该该文件被取。
(5)~/.bash_logout:当次退出系(退出bash shell),文件. 另外,/etc/profile中定的(全局)的可以作用于任何用,而~/.bashrc等中定的(局部)只能/etc/profile中的,"父子"系。
(6)~/.bash_profile 是交互式、login 方式 bash 运行的~/.bashrc 是交互式 non-login 方式 bash 运行的通常二者置大致相同,所以通常前者会用后者


以下内容来自《Shell 設計入門》

<!--[if !supportLists]-->
  • /etc/profile 由 root 所控管, 用來設定適合全體使用者的shell環境
  • <!--[if !supportLists]--> 若使用者自己覺得 /etc/profile 的設定, 並不合意, 可以修改自家目錄中的.bash_profile <!--[endif]-->
  • <!--[if !supportLists]--> 既然有了 .bash_profile, 為何要有 .bash_login 及 .profile ?這是因為有些人可能是從 Bourne shell移轉過來的, 那麼, 只要將 Bourne shell 主要的起動檔 .profile 移到自家目錄中, 放棄使用.bash_profile 及 .bash_login 即可繼續沿用以前的設定環境 <!--[endif]-->
  • <!--[if !supportLists]-->bash_login 存在理由或許和 c shell 有關, 但因為 bash 和 c shell 二者語法並不完全相容, 因此, 並不建議將 c shell 的啟動檔直接移過
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值