Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

convertir a sudoers user centos

# :::::: - 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: #convertir #sudoers #user #centos
ADD COMMENT
Topic
Name
3+5 =