--- In [email protected], gv <[EMAIL PROTECTED]> wrote: > > 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)
changing the uid is not enough, the user should also need to be part of few system groups anyways, changing the UID or GUID is a bad idea sudo is better Check http://www.linuxmanpages.com/man8/sudo.8.php Regards Cheedhu http;//www.cheedhu.name
