adding a user
I am trying to add a new user so I can do some software testing.
I am using
useradd -d /home/test -s /bin/bash test
I can log in using ssh however I can not login using the X GUI. I see the problem seems to be that there is no home directory and I can not make one. I am doing all this as root. What do I do?

