1. change his group to root by issuing "chgrp root username" as root ( this
is a bad  idea )
2. add him to "super user do" (SUDO) list (best idea)

issue the following command as root
$visudo

add one line at the end of the file look likes

username        ALL = (ALL) ALL

if you want to allow a particular group

%groupname      ALL = (ALL) ALL


take a look at
http://www.gratisoft.us/sudo/sample.sudoers


gv..


[Non-text portions of this message have been removed]

Reply via email to