In Linux
1 2 |
# usermod -p "" foo # chage -d 0 foo |
In Solaris
1 2 3 |
# useradd foo # passwd foo # passwd -f foo |
A collection of notes, guides, musings through the lenses of a Linux systems administrator
Leave a Reply