Linux 中,基础命令 command not found...问题



linux中出现基本命令找不到的问题,经过查找发现是/etc/profile文件出现了问题,解决方案如下:

 

问题详细:

[root@master  ~]# ll
bash: ls: command not found...
Similar command is: 'lz'
[root@master  ~]# ls
bash: ls: command not found...
Similar command is: 'lz'

 

解决方案(注意路径,一般都是如下默认的):

[root@master ~]# export PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin

 

posted @ 2018-03-02 14:47  莫忘丶初心  阅读(7560)  评论(0编辑  收藏  举报