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.
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.