Provided by:
passwd_4.0.18.2-1ubuntu2_i386 
NOM
newusers - Mettre à jour, ou créer de nouveaux utilisateurs par lots
SYNOPSIS
newusers [nouveaux_utilisateurs]
DESCRIPTION
The newusers command reads a file of user name and clear-text password
pairs and uses this information to update a group of existing users or
to create new users. Each line is in the same format as the standard
password file (see passwd(5)) with the following exceptions:
pw_passwd
Ce champ sera chiffré et utilisé comme la nouvelle valeur du mot de
passe chiffré.
pw_gid
This field must contain the name (or number) of a group. The user
will be added as a member to this group. When a non-existent group
name or number is specified, a new group will be created. In the
case of a non-existent group number, both the name and the number
of the new group will be this number.
pw_dir
This field will be checked for existence as a directory, and a new
directory with this name will be created if it does not already
exist. The ownership of the directory will be set to be that of the
user being created or updated.
Cette commande a été conçue pour les gros systèmes pour lesquels un
grand nombre de comptes sont mis à jour à un même instant.
AVERTISSEMENTS
Le fichier d´entrée doit être correctement protégé puisqu´il contient
des mots de passe en clair.
FICHIERS
/etc/login.defs
Configuration de la suite des mots de passe cachés « shadow
password ».
VOIR AUSSI
login.defs(5), passwd(1), useradd(8).