[Linux] Ubuntu 7.10 and su or sudo

Robert Citek linux@flux.org
Sat, 12 Jan 2008 22:47:37 -0600


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