Creating users
useradd -g staff -c "Firstname Lastname" -d /export/home/username -m -s /bin/bash username
passwd username

Silly that Solaris comes with root enabled. And then says setting a password is *optional* (I thought it meant not enabling the account at all). Solaris is weird (and not very pretty either).

|