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