Horje
create a sudo user in centos 7 Code Example
add user with sudoer centos
echo "username  ALL=(ALL) NOPASSWD:ALL" | sudo tee /etc/sudoers.d/username
Source: linuxize.com
create a sudo user in centos 7
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
arch linux pacman cannot install Code Example arch linux pacman cannot install Code Example
express js Code Example express js Code Example
vsftpd config Code Example vsftpd config Code Example
How to find your ip on debian linux wsl Code Example How to find your ip on debian linux wsl Code Example
ubuntu command get my ip Code Example ubuntu command get my ip Code Example

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