Horje
create sudo user centos Code Example
sudo user centos
usermod -a -G sudo user
or
usermod -a -G wheel user
add user with sudoer centos
echo "username  ALL=(ALL) NOPASSWD:ALL" | sudo tee /etc/sudoers.d/username
Source: linuxize.com
create sudo user centos
Create a new user accoun: useradd username
Set the user password: passwd username
Add the new user to the sudo group: usermod -aG wheel username
su - username, then run, echo "username  ALL=(ALL) NOPASSWD:ALL" | sudo tee /etc/sudoers.d/username




Shell

Related
how to install terraform in ubuntu 18.04 Code Example how to install terraform in ubuntu 18.04 Code Example
npm check package latest version Code Example npm check package latest version Code Example
add date to git reflog Code Example add date to git reflog Code Example
install mongodb 2018 instructions Code Example install mongodb 2018 instructions Code Example
how to kill process ubuntu Code Example how to kill process ubuntu Code Example

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