Ubuntu新建用户并加入SUDO组 新建用户: adduser xxxx 加入用户组: usermod -aG sudo username 转载于:https://www.cnblogs.com/JiangOil/p/10511806.html