Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to set up sudo

Status
Not open for further replies.

imryn

Programmer
Dec 2, 2002
75
0
0
US
Hi folks,

I am wondering how I can set up sudo for Fedora Core 3. I want to be able to give users the right to create files. And I would like to create a sudo user so do I don't have to login in to root all the time too.

Thank YOu,
imryn
 
You need to edit the /etc/sudoers file.
To get information on this file, try this command:
man sudoers
 
You should really use the command 'visudo' to edit your sudo configuration, the command provides a certain level of protection from mistakes you or others with root access might make. Plus it's less keystrokes than 'vi /etc/sudoers'. :)

Have a look at the man page for more info.

spoodie
===================
"I say we take off and nuke the entire site from orbit. That's the only way to be sure."
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top