[CentOS] Sudo command

Fri Oct 23 05:29:33 UTC 2009
John R Pierce <pierce at hogranch.com>

vijay shanker wrote:
> Hi guys,
>
> Thanks
>
> What i am trying to achieve is; when executing 
>
> # sudo make install
> Password:*********
>
> this password entered is root password.

sudo expeccts your USER password, not the root password.   the whole 
idea is the admin doesn't ened to give out the root password to give 
controlled admin privs to a user.