📌  相关文章
📜  添加 sudo 用户 centos 服务器组 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:09.488000             🧑  作者: Mango

代码示例1
# :::::: - AGREAGAR SUDO, EN CENTOS 7 SERVER - :::::

#creamos el usuario 
adduser junior
#creamos el pasword
passwd junior123
#agregamos el permiso de SUDO AL usuario "junior"
usermod -aG wheel junior