Create a new user account on your GNU/Linux machine

From XPUB & Lens-Based wiki
Revision as of 12:13, 15 January 2011 by Aymeric Mansoux (talk | contribs) (Created page with "Easy as pie. replace <username> with the login you want to create, then follow the instructions. <source lang="bash"> sudo adduser <username> </source> To add an existing user ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Easy as pie. replace <username> with the login you want to create, then follow the instructions.

sudo adduser <username>

To add an existing user to an existing group:

sudo adduser <username> <groupname>

questions? RTFM :D