df.tips
How to grant `sudo` rights to a user in CentOS?
Unix
CentOS
centos
dmitrii_fediuk
(Dmitrii Fediuk)
May 15, 2018, 7:13pm
1
usermod -aG wheel <username> echo '<username> ALL=(ALL) NOPASSWD: ALL' >> /etc/sudoers