Creating users
08.10.06 19:54 |
Random
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).
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).
|