C/C++ Tutorial
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
Newer Post
Older Post
Home