Create a new user account on your GNU/Linux machine: Difference between revisions

From XPUB & Lens-Based wiki
(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 ...")
(No difference)

Revision as of 12:13, 15 January 2011

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