Kubuntu experience

Sven Wagschal s.wagschal at bengelhaus.de
Mon Apr 18 07:54:37 UTC 2005


Brian Astill schrieb:
> 
> Sudo is an emergency privilege sort of thing.  Root might be going on 
> holiday and need someone to run things while they are away.  Granting a 
> sudo allows the "assistant" to run the system as root WITHOUT root 
> having to reveal root's password to them.  The sudo privilege can be 
> revoked by root at any time. 
> 
> The problem with sudo privilege is that you are always effectively 
> running as root - all anyone has to do is type "sudo" before any 
> command they wish to use - even "sudo rm -fR /* - to do whatever they 
> wish with your system.  NOT secure.


I am not a very expierenced Linux user, but as far as I know, your 
description of sudo is not right. Sudo does not grant full root 
privileges by default, but is a way to grant users specific rights to 
accomplish specific tasks. For example, "Mary" may use sudo to control 
the mailserver while "Kyle" is allowed to control the print server using 
sudo. "Kyle" can in no way manipulate the mailserver with sudo because 
his sudo rights does not allow this. In short, sudo is highly 
customizable in respect of the given rights. Seems to me that you are 
mingling su and sudo.

You should really read the given links from recent posts to learn the 
way sudo is used in Ubuntu since you seem to have some misconceptions 
about this.




More information about the ubuntu-users mailing list