sudo under Red Hat based systems

categories:

This will allow users in the wheel group to use sudo without being prompted for the root password :

  1. Edit /etc/sudoers Uncomment the line %WHEEL ALL=(ALL) NOPASSWD: ALL

  2. Add a user to the wheel group # gpasswd -a johndoe wheel

where johndoe is the user




Thanks for reading this post!


Did you find an issue in this article?

- click on the following Github link
- log into Github with your account
- click on the line number containing the error
- click on the "..." button
- choose "Reference in new issue"
- add a title and your comment
- click "Submit new issue"

Your feedback is much appreciated! πŸ€œπŸΌπŸ€›πŸΌ

You can also drop me a line below!