Create user

Revision as of 14:28, 25 May 2014 by WikiFreak (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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>