Possible Duplicate:
Run adduser non-interactively
I've looked into adduser
and can see there are some modification flags that I can configure, but this still processes a single user at a time. Is there a way to process a whole batch of users at one time? I'm thinking of reading in an CSV with username and password.
It looks like FreeBSD's adduser had a hook for processing non-interactively.