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