2003-12-15, 02:47 PM
To add a user to your system bring up a terminal window and issue these commands:
To add a user use useradd [username]
then password the name by using passwd like
passwd [username]
All this must be carried out as super user
To become a super user just type su - and enter the root password.
Ex.
[digerati@rh9 /]$su -
password:
[digerati@rh9 root]# useradd scrote
[digerati@rh9 root]# passwd scrote
Changing password for user scrote.
New password:
Retype new password:
passwd: all authentication tokens updated successfully.
All done.