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

Linux系统默认使用的shell为bash,在shell启动的时候会读取根据情况读取.bash_profile和.bashrc文件。

准确的说,

  当shell是交互式登录shell时,读取.bash_profile文件,如在系统启动、远程登录或使用su -切换用户时;

  当shell是交互式登录和非登录shell时都会读取.bashrc文件,如:在图形界面中打开新终端或使用su切换用户时,均属于非登录shell的情况。

简单的说,

  .bash_profile只在会话开始时被读取一次,而.bashrc则每次打开新的终端时,都会被读取。

 

上一篇:Jmeter访问接口进行增删改查练习


下一篇:linux shell脚本 运行报错syntax error near unexpected token `do