Create a new user in Linux

December 5, 2009 โ€” 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.

View source