📌  相关文章
📜  agregar sudoers 一个用户 centos 7 - Shell-Bash 代码示例

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

代码示例3
# :::::: - 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