Add user in Ubuntu

It is simple. Just type:

sudo useradd -d /home/test_user -m test_user
sudo passwd test_user