bash配置文件
ls .bash* 可查看与bash有关的个人配置文件:
.bash_history 记录了以前输入的命令
.bash_logout 当退出shell时,要执行的命令
.bash_profile 当登入shell时,要执行的命令
.bashrc 每次打开新的shell时,要执行的命令
[@more@]bash配置文件
ls .bash* 可查看与bash有关的个人配置文件:
.bash_history 记录了以前输入的命令
.bash_logout 当退出shell时,要执行的命令
.bash_profile 当登入shell时,要执行的命令
.bashrc 每次打开新的shell时,要执行的命令
[@more@]