how to change /export/home/user dir to /home /user in solaris

Hi all

i am using solaris 10, i am creating user with
useradd -d/home/user -m -s /bin/sh user
user is created with in the following path
/export/home/user (auto mount)

i need the user to be created like this
(/home as default home directory )
useradd -d /home/user -m -s /bin/sh user

/home is a automounter directory.

read here:
Home directories under Solaris

Maybe /home is not actually /home but a link to /export/home :confused:
What's the output of

ls -l /home