anantkhaitan
Burning Bright
I m using some GUI steps to enable SUDO in distros like Fedora for a particular user
1>Open Terminal, type
2>Open a File Manager like
3>Goto /etc directory and right click>Properties on 'sudoers' file
4>Change the Owner Access permission to 'Read and Write'. And close the window.
5>Double click and open the file..and search for this
NOTE: U can add more than one user
6>Save and close. Now again change the Owner Access permission to 'Read only'
7>Thats all.
I know there are CLI step using chmod but this may be easy to understand
courtesy kaustav_geek
1>Open Terminal, type
# su -
2>Open a File Manager like
# nautilus
3>Goto /etc directory and right click>Properties on 'sudoers' file
4>Change the Owner Access permission to 'Read and Write'. And close the window.
5>Double click and open the file..and search for this
below that include this## Allow root to run any commands anywhere
root ALL=(ALL) ALL
Instead of <usename> type ur preferred username<username> ALL=(ALL) ALL
NOTE: U can add more than one user
6>Save and close. Now again change the Owner Access permission to 'Read only'
7>Thats all.
I know there are CLI step using chmod but this may be easy to understand
courtesy kaustav_geek