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

linux突然所有命令都失效了,显示bash: xxxxx: command not found...

时间:2020-05-23 00:12:20      阅读:69      评论:0      收藏:0      [点我收藏+]

标签:sbin   添加   shel   环境   nbsp   令行   显示   local   comm   

出现这个问题是因为系统的环境变量没有正确配置造成的,造成这个原因有很多,比如系统升级,比如不正当操作。解决的方式有两种。

      其一:直接在linux命令行界面输入如下,然后回车(导入环境变量,以及shell常见的命令的存放地址):

     export PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin

      其二:如果系统所有命令都不能使用时,还可以使用绝对命令vi打开profile
       /bin/vi  /etc/profile

       在系统的配置文件里添加环境变量地址

       export PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin

linux突然所有命令都失效了,显示bash: xxxxx: command not found...

标签:sbin   添加   shel   环境   nbsp   令行   显示   local   comm   

原文地址:https://www.cnblogs.com/flywang/p/12940424.html

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