linux .bash_profile在哪里

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

查看:

全局:cat /etc/profile

 

 

个人:cat ~/.bash_profile

 

 

编辑:

全局:vi /etc/profile

个人:vi ~/.bash_profile

posted @ 2020-06-16 16:38  peachlf  阅读(17066)  评论(0编辑  收藏  举报