首頁 > 問答 > 主體
# su someuser 2: command not found
有一個方法說是把usr/bin加到profile裡面但是並沒有效果另一個方法也說是profile有問題,但我的profile基本上沒動也沒有他說的這種中括號後面要加空格的問題
usr/bin
profile
欧阳克2017-07-06 10:38:22
不同使用者的環境變數不一樣,你要用什麼command就找到這個指令的目錄,然後追加到環境變數中,然後source一下
command
source