23.7.08

How to add User in Soalris ( Unix)

Adding user in solaris

useradd -d -m -s username.

Here adding user name called "raj", having home directory "/export/home/raj" and shell as "sh"
# useradd -d /export/home/raj -m -s /bin/sh raj