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

linux .bash_profile在哪里

时间:2020-06-16 16:51:46      阅读:90      评论:0      收藏:0      [点我收藏+]

标签:用户   loading   cat   linu   nbsp   目录   lin   bash   alt   

全局的是在/etc目录下(/etc/profile)
用户个人的是在用户的家目录下(~/.profile)

查看:

全局:cat /etc/profile

技术图片

 

 

个人:cat ~/.bash_profile

技术图片

 

 

编辑:

全局:vi /etc/profile

个人:vi ~/.bash_profile

linux .bash_profile在哪里

标签:用户   loading   cat   linu   nbsp   目录   lin   bash   alt   

原文地址:https://www.cnblogs.com/peachh/p/13141772.html

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