码迷,mamicode.com
首页 > 系统相关 > 详细

Shell显示-bash-4.1#的解决方法

时间:2018-05-31 12:22:38      阅读:212      评论:0      收藏:0      [点我收藏+]

标签:系统/运维   Linux   

在SecureCRT上进行操作时,不小心进行如下操作:

?????????????????? [root@wang ~]# echo “alias rm=’echo this command does not allow to use.’” > .bash_profile

?????????????????? [root@wang ~]#source .bash_profile

?????????????? 结果再次打开时就出现如下状况:

??????????????????? 技术分享图片

??????????????? 不小心进行此操作,导致shell出现上述问题,为了解决此问题,只有手动编写.bash_profile.

????????????????????????? 技术分享图片

?????????????????? 针对shell,最重要的是语句export PS1=’[\u@\H \W]\$’

???????????????????? 当编写完之后,记得保存#source .bash_profile,就可以生效了。

Shell显示-bash-4.1#的解决方法

标签:系统/运维   Linux   

原文地址:http://blog.51cto.com/17532/2122370

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!