Entry tags:
Things I Needed to Know
How to set up individual users with sudoer rights on Red Hat/Fedora/Suse flavours.
Assuming you have the sudo package installed. As root:
That's it. Repeat for each user you wish to make all-powerful.
Assuming you have the sudo package installed. As root:
echo 'user_name ALL=(ALL) ALL' >> /etc/sudoers
chmod 440 /etc/sudoers
That's it. Repeat for each user you wish to make all-powerful.