SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG
DONATE


YUM REPOSITORY

 
 

MAN page from RedHat 6.X shadow-utils-980403-12.i386.rpm

NEWUSERS

Section: Maintenance Commands (8)
Index 

NAME

newusers - update and create new users in batch 

SYNOPSIS

newusers [ new_users ] 

DESCRIPTION

newusers reads a file of user name and cleartext password pairsand uses this information to update a group of existing users or tocreate new users.Each line is in the same format as the standard password file (seepasswd(5)) with the following exceptions.
pw_passwd
This field will be encrypted and used as the new valueof the encrpted password.
pw_age
This field will be ignored for shadow passwords if the user alreadyexists.
pw_gid
This field may be the name of an existing group, in which case thenamed user will be added as a member. If a non-existent numericalgroup is given, a new group will be created having this number.
pw_dir
This field will be checked for existence as a directory and a newdirectory with the same name will be created if it does not already exist.The ownership of the directory will be set to be that of the userbeing created or updated.

This command is intended to be used in a large system environment wheremany accounts are updated at a single time. 

CAVEATS

The input file must be protected since it contains unencrypted passwords. 

SEE ALSO

passwd(1),useradd(8) 

AUTHOR

Julianne Frances Haugh (jfhAATTtab.com)


 

Index

NAME
SYNOPSIS
DESCRIPTION
CAVEATS
SEE ALSO
AUTHOR

This document was created byman2html,using the manual pages.