本文是一般使用者下linux系統提示找不到指令的解決方法。
首選在終端機輸入以下內容:
vi ~/.bash_profile
出現以下內容:
# .bash_profile # Get the aliases and functions if [ -f ~/.bashrc ]; then . ~/.bashrc fi # User specific environment and startup programs export PATH
此時,只要在export PATH前面加入自己的路徑即可,例如我的修改後如下:
PATH=$PATH:$HOME/bin:/sbin:/usr/bin:/usr/sbin
推薦教學:linux教學
以上是linux系統提示找不到指令的詳細內容。更多資訊請關注PHP中文網其他相關文章!