今天在新浪云SAE中,使用sudo 命令时报 -bash: sudo: command not found 系统信息 原因:sudo命令并不会被minimal的模式下被安装,所以我们自己要安装一下 命令:yum -y install sudo