码迷,mamicode.com
首页 > 其他好文 > 详细

CentOS6 /etc/profile ~/.bash_profile ~/.bashrc等文件的执行顺序

时间:2016-05-19 19:35:20      阅读:151      评论:0      收藏:0      [点我收藏+]

标签:shell   bash   

交互式登陆shell的执行顺序:/etc/profile -> ~/.bash_profile -> ~/.bashrc -> /etc/bashrc ->  ~/.bash_logout (退出时执行)

 

交互式非登陆shell的执行顺序:~/.bashrc -> /etc/bashrc

 

在非交互模式下,bash读取的startup文件由环境变量BASH_ENV来决定

 

 

参考:http://yujia2016.blog.51cto.com/59379/1775070

      http://www.cnblogs.com/cute/archive/2011/03/17/1987278.html

      

 

CentOS6 /etc/profile ~/.bash_profile ~/.bashrc等文件的执行顺序

标签:shell   bash   

原文地址:http://yujia2016.blog.51cto.com/59379/1775072

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!