Linux 中,基础命令 command not found…问题详解程序员

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

 

问题详细:

[[email protected]  ~]# ll 
bash: ls: command not found... 
Similar command is: 'lz' 
[[email protected]  ~]# ls 
bash: ls: command not found... 
Similar command is: 'lz'

 

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

[[email protected] ~]# export PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin

 

原创文章,作者:奋斗,如若转载,请注明出处:https://blog.ytso.com/1930.html

(0)
上一篇 2021年7月15日
下一篇 2021年7月15日

相关推荐

发表回复

登录后才能评论