|
That's not a valid item!!!
[ Source ]
This item is still in "Public Draft" mode. You are able to see the content but expect some errors and incomplete informations. sudo
Created: 2007-11-28 23:19:00
Modified: 2009-05-23 11:32:00 Categories: os debian admin_tools Keywords: sudo Description: This article talk about sudo. Table Of ContentsIntroductionTo change some things of sudo, you need to use the special Give full admin rights to a userCopy the example line of the root user and paste it just bellow. Then change the root user on that line so that it match with you're username. The final result looks like this: # User privilege specification root ALL = (ALL) ALL david ALL = (ALL) ALL Note: Giving a user full admin rights is really dangerous. The user will have the same rights as root! Note also that proceeding this manner to give someone full adming rights (ake root), you should proceed another way, change the uid and guid of the user to 0, such as root has. Give some more rights to a usertoto ALL = NOPASSWD: /sbin/shutdown, /sbin/reboot, /usr/sbin/s2disk Or if you want to allow everyone some programs: ALL ALL = NOPASSWD: /sbin/shutdown, /sbin/reboot, /usr/sbin/s2disk Sudo can type ResourcesComments leaved by users (total: 0)
Add a comment[ Toggle on/off history ] Item History:
|
|
||||||||||||||||||||||||||||||||||||||||||