Changes

Managing Ubuntu Linux Users and Groups

552 bytes added, 14:38, 5 July 2007
Adding a User to an Ubuntu Linux System
Once the new user is configured, click on the ''OK'' button to add the new user. Once added the new user should appear in the list of users in the settings dialog and it should be possible to login in using the username and password specified.
 
As mentioned above it is also possible to add new users from the command-line. To do so startt up a terminal widnow session and at the command prompt enter a command similar to:
 
<pre>
sudo adduser --home /home/john john
</pre>
 
The above command will prompt for a passowrd for the account and optional contact information. Once the information has been gathered ''adduser'' creates the new account and the /home/john home directory. ''adduser'' provides a number of different options which can be learned from the man page:
 
<pre>
man adduser
</pre>
== Editing the Properties of a User ==