Add sudoers in fedora7
The one thing that i loved ubuntu was sudo .It was like magic making ordinary users root :-) .
It doesnt come by default with the fedora and so i added this way .For those wanting to do the same just see below
bash$su
bash#sudoedit -e -u root /etc/sudoers
find the below line in the file
” root ALL=(All) ALL ”
add below that line
username ALL=(ALL) ALL
which is basically the same line copied with just the different username for which you want to give sudo permissions :-) .
If you enjoyed this post, please consider to leave a comment or subscribe to the feed and get future articles delivered to your feed reader.

Iam Theyagarajan S ( 'taggy') . to know more ,head out to

Comments
No comments yet.
Leave a comment