You can use the command
useradd name
replace name by the name of the user
for example jsmith (john smith)
this will automatically create a directory for him located under
/home/jsmith
you can read up the man pages of useradd
man useradd
Assignin a password with the command
passwd name
This applies to Red Hat
Last Wiki Answer Submitted: October 28, 2010 2:20 pm by Xseedos45 pts.
If you live outside the United States, by submitting your email address you consent to having your personal data transferred to and processed in the United States.
useradd will not create home dir by default – use useradd -m
BR
On Debian and its derivatives, you might want to use adduser instead, which is a friendlier front end to useradd.