Create a new user in Linux

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.

Posted 01/05/2010
blog comments powered by Disqus