1. 程式人生 > >學習linux時,ls:command not found如何解決?

學習linux時,ls:command not found如何解決?

1、你可以先用whereis或者which命令檢視一下有沒有這個命令 具體執行
which ls
whereis ls

2、有可能是系統環境變數導致的問題
解決方案:
 export PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin