Adding user (useradd) in Solaris

Filed Under (Tips) by Mozammel on 04-06-2007

Tagged Under : ,

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

Comments:

2 Comments posted for Adding user (useradd) in Solaris

Make a comment