next up previous contents
Next: 1.1.0.2 Setting and changing Up: 1.1 Getting into the Previous: 1.1 Getting into the   Contents

1.1.0.1 Adding users

If you haven't already done so, you should create a username on your system. Once you are logged in as root you can do the following:

# adduser joe

# passwd joe

New UNIX password:

Retype new UNIX password:

passwd: all authentication tokens updated successfully

#
After this you can log off as root (Ctrl-d) and login as the new user you created.