How to modify sudoers file in CentOS 7
#modify #sudoers #file #CentOS
“Agustin Contreras”
I will teach you how to modify the sudoers file to be able to run sudo commands without having to use root.
Easy way
1. Login to root using su
2. type ” usermod -aG wheel [InsertUserName] ”
3. use ” grep ‘wheel’ /etc/group ” to verify user was added
4. Once verified, type exit
5. attempt to…
source
Concluzion: How to modify sudoers file in CentOS 7 – [vid_tags]