msgbartop
A cronological documentation test project, nothing serious, really!
msgbarbottom

08 Sep 08 Using sudo in RedHat

Posted by

This post describes how to allow users in the wheel group to use the sudo command 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 username wheel
  3. This does also work on Fedora and other Redhat based distributions.

    Tags: , ,

Leave a Comment

You must be logged in to post a comment.