今天登录阿里云后不知道怎么回事,一直报:-bash: ls: command not found

原因: 环境变量PATH被修改了

解决办法:

执行命令: export PATH=/bin:/usr/bin:$PATH

Linux -bash: ls: command not found

 

相关文章:

  • 2021-07-22
  • 2022-12-23
  • 2021-12-04
  • 2021-11-28
  • 2021-08-11
  • 2021-10-11
  • 2021-11-01
  • 2022-02-27
猜你喜欢
  • 2021-12-17
  • 2021-09-05
  • 2021-08-19
  • 2021-08-26
  • 2022-12-23
  • 2022-12-23
  • 2021-07-17
相关资源
相似解决方案