linux中出现基本命令找不到的问题,经过查找发现是/etc/profile文件出现了问题,解决方案如下:
问题详细:
[ ~]# ll bash: ls: command not found... Similar command is: 'lz' [ ~]# ls bash: ls: command not found... Similar command is: 'lz'
解决方案(注意路径,一般都是如下默认的):
原创文章,作者:奋斗,如若转载,请注明出处:https://blog.ytso.com/tech/aiops/1930.html