Things I Needed to Know
2010-Apr-28, Wednesday 05:30 pmHow 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/sudoersThat's it. Repeat for each user you wish to make all-powerful.