首页 > 系统服务 > 详细

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

时间:2018-05-31 12:18:38      阅读:250      评论:0      收藏:0      [点我收藏+]
在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#的解决方法

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

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!