Create a new user account on your GNU/Linux machine
Revision as of 11: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 ...")
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