Adding a new linux user

Example of adding a new linux user:

[user@domain ~]# sudo adduser 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.

In order to add the user to the sudoers file execute the following command (do not modify /etc/sudoers manually)

[user@domain ~]# sudo visudo