Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

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
Comment

PREVIOUS NEXT
Code Example
Shell :: brew install xcode 
Shell :: shell check if string contains substring 
Shell :: Install pgAdmin for desktop mode 
Shell :: linux find where program is installed 
Shell :: how to open .bin file in linux 
Shell :: wsl ubuntu git status and the file are not staged 
Shell :: rsync only updated files 
Shell :: how to install terraform on Ubuntu/Debian 
Shell :: git command to create a branch from another branch 
Shell :: sudo apt-get ignore errors 
Shell :: how to exit docker 
Shell :: find change permissions to subdirectories 
Shell :: jitsi run pod ios app !] Invalid `Podfile` file: cannot load such fil 
Shell :: aws s3 download file 
Shell :: github add multiple credentials windows 
Shell :: install unrar linux 
Shell :: rpi install chomedriver 
Shell :: unity localization 
Shell :: install elasticsearch on ubuntu 
Shell :: open port on firewall linux 
Shell :: how to find all the dir in current working directory in linux 
Shell :: install postman in ubuntu 20.04 
Shell :: sample bash script 
Shell :: ubuntu open all port 
Shell :: interesting bash scripts 
Shell :: install laravel dompdf 
Shell :: How to Change Your MySQL/phpmyadmin Password in XAMPP 
Shell :: wordpress mit ssh installieren 
Shell :: ufw add rule with comment 
Shell :: dotnet format install 
ADD CONTENT
Topic
Content
Source link
Name
1+8 =