Answers for "add user with sudoer centos"

0

add user with sudoer centos

echo "username  ALL=(ALL) NOPASSWD:ALL" | sudo tee /etc/sudoers.d/username
Posted by: Guest on March-24-2020
0

add user with sudoer centos

username ALL=(ALL) NOPASSWD:/usr/bin/du,/usr/bin/ping
Posted by: Guest on March-24-2020

Code answers related to "add user with sudoer centos"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language