13.1.2 SunOS 5.X
# useradd -u 1001 -g staff -d /export/home/frank -s /usr/bin/csh -d "Frank G Fiamingo" -m \
-k /etc/skel frank
where the options used above refer to:
u uid number
g group name
d home directory name
s path to the shell
m make the home directory
k path to the skeleton dot files
The last step is to provide the user with a password, using the passwd command.