Linux一般用户sudo缺少command要如何配置环境变量呢?
vim ~/.bash_profile
修改这行:PATH=$PATH:$HOME/bin:/sbin:/usr/sbin:/usr/local/sbin
?
source ~/.bash_profile