Sudo
From FreeBSDwiki
		(Difference between revisions)
		
		
| Line 4: | Line 4: | ||
| ==Bad side of sudo== | ==Bad side of sudo== | ||
| + | |||
| + | [[Category:System Commands]] [[Category:Ports and Packages]] | ||
Revision as of 10:25, 13 September 2004
sudo allows a user to run a program or perform a task without having to login as root directly or even knowing the root password. sudo works by authenticating the user (with the user's password) against the /etc/sudoers file that gives specific rights to run sudo. Note that you have to use visudo to edit /etc/sudoers, and that you have to do it as root; you can't do it any other way.
