Page 1 of 1

Linux script to create new user with random password.

Posted: Tue Apr 22, 2003 3:10 pm
by jasonb
# /bin/bash
adduser -p `date '+%S%W%H%a'` $1