Horje
add sudo user centos server group Code Example
add sudo user centos server group
# :::::: - 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




Shell

Related
iframe in react Code Example iframe in react Code Example
linux command to update nodejs Code Example linux command to update nodejs Code Example
how to install node using nvm Code Example how to install node using nvm Code Example
convertir a sudoers user centos Code Example convertir a sudoers user centos Code Example
how to get environment variables in powershell Code Example how to get environment variables in powershell Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
10