How to use useradd in Solaris to add a user
You must be root (superuser) to add a user. An easy way to remember the syntax of the useradd command in Solaris is to run it with no options. Follow the resulting usage information including the parts that you require. Important options are:
-d home-directory-path
This is the [...]
Continue reading about Add a user from the command line in Solaris
