在openeuler服务器执行 ls 和ll 命令报错 command not found...
大概是系统环境变量导致的问题。
我在安装redis是否没有安装成功后就出现了这样的情况。编辑profile文件没有写正确,导致在命令行下ls 和 ll 等命令不能够识别。
重新设置一下环境变量。
export PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin
执行以后。
ll 命令可以使用了。
或者/etc/profile 添加上面的内容
文章来源:https://www.toymoban.com/news/detail-642186.html
执行 source /etc/profile。文章来源地址https://www.toymoban.com/news/detail-642186.html
到了这里,关于openeuler服务器 ls 和ll 命令报错 command not found...的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!