Search
 
SCRIPT & CODE EXAMPLE
 

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
Comment

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
Comment

PREVIOUS NEXT
Code Example
Shell :: symfony5 bundle shema 
Shell :: terminal list files extension in subfolders 
Shell :: how to install anbox on ubuntu 18.04 
Shell :: how to upgrade cpu of my instance in aws 
Shell :: ubuntu-not-enough-space-on-tmp/ 
Shell :: git branch not clean 
Shell :: odoo 13 install 
Shell :: Error when install irazasyed/telegram-bot-sdk in laravel 8 
Shell :: permission denied while running startup.sh in linux 
Shell :: make everything uppercase or lowercase awk 
Shell :: homebrew gnu screen 
Shell :: deploy command for ropsten network 
Shell :: sudo kill code for shutting down 48 
Shell :: how to conda install flask-whooshalchemy 
Shell :: how to use migrate guru plugin 
Shell :: revolution of the daleks download 
Shell :: gastby yarn install 
Shell :: net book value calculator 
Shell :: sed match number of unknow digits 
Shell :: where does pgadmin save backups in ubuntu 
Shell :: octal notation in linu 
Shell :: number of lines in file containing the word "GET" 
Shell :: WHM - unistall softacoulous 
Shell :: AMazon linux 2 AMI query 
Shell :: ssh key meaning 
Shell :: tcpdump ubuntu 
Shell :: ping port linux 
Shell :: install tree command 
Shell :: docker save current state 
Shell :: bash add options to script 
ADD CONTENT
Topic
Content
Source link
Name
7+9 =