Creating a new user in Linux is dead simple.
useradd bob passwd bob
This adds a user "bob" and then prompts you to enter a password.