An administrator wishes to grant a user, john
, the ability to restart the httpd
service without providing a password. Which line should be added to the /etc/sudoers
file to accomplish this?
john ALL=(ALL) /bin/systemctl restart httpd
john ALL=(ALL) NOPASSWD: /bin/systemctl restart httpd
john ALL=(ALL) NOPASSWD: systemctl restart httpd
john ALL=(ALL) NOPASSWD: ALL