“The useradd command will let you add a new user easily from the command line:”
useradd <username>
“The adduser command is even easier than the useradd command, because it prompts you for each piece of information.”
adduser <username>
For more details, see:
http://www.howtogeek.com/howto/ubuntu/add-a-user-on-ubuntu-server/