Difference between revisions of "Create user"

(Created page with "To create a new user: <syntaxhighlight lang="bash"> adduser <username> </syntaxhighlight> Grant this user the administration right by adding it to the "sudoers" group: <sy...")
(No difference)

Revision as of 14:28, 25 May 2014

To create a new user:

adduser <username>


Grant this user the administration right by adding it to the "sudoers" group:

usermod -a -G sudo <username>