linux .bash_profile在哪里

Posted peachlf

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了linux .bash_profile在哪里相关的知识,希望对你有一定的参考价值。

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

查看:

全局:cat /etc/profile

 

 

个人:cat ~/.bash_profile

 

 

编辑:

全局:vi /etc/profile

个人:vi ~/.bash_profile

以上是关于linux .bash_profile在哪里的主要内容,如果未能解决你的问题,请参考以下文章