Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

agregar sudoers a user centos 7

# :::::: - 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
 
PREVIOUS NEXT
Tagged: #agregar #sudoers #user #centos
ADD COMMENT
Topic
Name
6+6 =