Entry tags:
Adding a user in Solaris 10
To add a user in Solaris 10:
# useradd -c 'Full Name' -d /export/home/username -m -s /bin/bash username
(to add an admin user, add -g staff in there)
Then add a password for the user:
# passwd username
# useradd -c 'Full Name' -d /export/home/username -m -s /bin/bash username
(to add an admin user, add -g staff in there)
Then add a password for the user:
# passwd username