Create user home directory with useradd

For some reasons in Ubuntu when a new user is added with useradd, no home directory is created.

To create it - use the command with the -m option:

useradd -m bill
Also, to enable this - check CREATE_HOME option in /etc/login.defs