lnewusers(1) | General Commands Manual | lnewusers(1) |
lnewusers - Create new user accounts
lnewusers [OPTION]...
Creates new user accounts using data read from standard input.
The input data consists of lines, each line has 7 colon-separated fields:
If the specified group does not exist, it is automatically created. If the group is specified with a group ID, the created group has group name equal to the user name.
Errors in user specifications are reported and processing continues on the next line.
The exit status is 0 on success, nonzero on fatal error. Errors in user specifications are not reflected in the exit status.
Jul 13 2008 | libuser |