Created by on 2007-12-03 17:48:43
Last modified on 2008-02-11 12:03:43
Last modified on 2008-02-11 12:03:43
Adding a new linux user
Example of adding a new linux user:
[user@domain ~]# useradd username
[user@domain ~]# passwd username
Please note that it is highly recommended to create user names in lower case as some systems, for instance e-mail, do not work well otherwise.