On 1/12/08, Steven Benmosh <wordz2u@gmail.com> wrote: > What is the most secure way to add the new user to the sudo list, or to enable the new user to do su root? As the first user, here's the Ubuntu way: $ sudo usermod -a -G admin newuser Regards, - Robert