Linux修改类似.bash_profile等配置文件,不重启系统让配置立即生效的做法
时间:2014-09-10 19:39:21
收藏:0
阅读:203
Linux修改类似.bash_profile等配置文件,不重启系统让配置立即生效的做法:
A . .bash_profile
B source .bash_profile
C exec bash --login
评论(0)