您的位置:首页 > 运维架构 > Linux

how to reload .profile in Linux

2016-06-30 11:13 399 查看
when you modify .profile in Linux system, you might find the follow commend useful:

source ~/.profile


this will run the modified .profile again as if it is loaded when your system is booted up.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  .profile Linux