On 07/07/2012 01:03 PM, Niam Computech wrote: > On 7/5/2012 11:12 AM, Mehdi wrote: >> how i can add the new user to sudo by command line in Xubunto 12.04? > > You can edit sudoers file > >
If you add the user to 'admin' group they get sudoer's access. # adduser <username> admin Or you can manually edit the sudoer's file with the tool # visudo -- Muneeb Shaikh -- ubuntu-in mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-in
