Search
 
SCRIPT & CODE EXAMPLE
 

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
Comment

PREVIOUS NEXT
Code Example
Shell :: homebrew for windows 
Shell :: how to WSL2 
Shell :: run production environment nodejs 
Shell :: crontab save 
Shell :: laravel sail install php extensions 
Shell :: warning: LF will be replaced by CRLF 
Shell :: gunicorn windows 
Shell :: how to end a task in command prompt 
Shell :: How can I find out which users are in a group within Linux? 
Shell :: git check ssh local 
Shell :: install packages from pipfile 
Shell :: windows could not start the apache 2.4 on local computer 
Shell :: How to push to a new repositiory in github 
Shell :: install django debian 
Shell :: open a pdf on linux 
Shell :: zip linux exclude directory 
Shell :: material ui alert module 
Shell :: git push an existing repository from the command line 
Shell :: how to view task manager in linux 
Shell :: save docker update container state 
Shell :: laravel install by composer 
Shell :: chkconfig: command not found 
Shell :: Is GDAL installed? If it is, try setting GDAL_LIBRARY_PATH in your settings. 
Shell :: move multiple files with a single mv command 
Shell :: npm install strapi 
Shell :: générer clef ssh 
Shell :: see network trafic linux 
Shell :: gen_random_uuid() does not exist 
Shell :: stop tracking git pattern 
Shell :: react-native-router-flux 
ADD CONTENT
Topic
Content
Source link
Name
4+9 =