chebe: (Default)
chebe ([personal profile] chebe) wrote2010-04-28 05:30 pm

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:

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.