码迷,mamicode.com
首页 > 系统相关 > 详细

.bash_profile和.bashrc的区别,ubuntu下为.profile,没有.bash_profile

时间:2016-08-13 18:10:37      阅读:728      评论:0      收藏:0      [点我收藏+]

标签:

.bash_profile 开机自动加载,比如java的环境变量放在里面

.bashrc打开shell或终端就会加载该文件,比如起的别名或快捷方式放里面。alias设置就在其中。

还有一个.profile设置全局变量。

以上设置完之后,均可使用source命令立即生效:

source .bash_profile 

source .bashrc

.bash_profile和.bashrc的区别,ubuntu下为.profile,没有.bash_profile

标签:

原文地址:http://www.cnblogs.com/everest33Tong/p/5768480.html

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