Adding user (useradd) in Solaris June 4
A simple code to add new users in Solaris 10:
useradd -d /export/home/mozammel -m -s /bin/bash -c "Mozammel" mozammel
-d home directory path
-m make home directory and copy skeleton files
-s which shell to use
-c Full name