最新消息:

标签:.bash_profile

bash 下 .bashrc文件 .bash_profile文件的区别
bash

bash 下 .bashrc文件 .bash_profile文件的区别

admin 10年前 (2014-02-21) 2879浏览 0评论

  经常有人问我.bashrc和.bash_profile的区别,在这里把它写出来。   .bash_profile是在登陆的时候才会执行的,它也可以叫做.bash_login,也就是说你在命令行再运行bash命令的时候是不会执行...