Provided by:
passwd_4.1.4.2-1ubuntu3_i386 
NAMN
chpasswd - uppdatera losenord i satslage
SYNOPSIS
chpasswd [flaggor]
BESKRIVNING
The chpasswd command reads a list of user name and password pairs from
standard input and uses this information to update a group of existing
users. Each line is of the format:
anv"andarnamn:l"osenord
The supplied passwords must be in clear-text.
PAM is used to update the password in the system database according to
the PAM chpasswd configuration.
When chpasswd fails to update a password, it continues updating the
passwords of the next users, and will return an error code on exit.
This command is intended to be used in a large system environment where
many accounts are created at a single time.
FLAGGOR
Flaggorna som galler for kommandot chpasswd ar:
-S, --stdout
Report encrypted passwords to stdout instead of updating password
file.
-h, --help
Visa hjalpmeddelande och avsluta.
T"ANK PoA
Kom ihag att stalla in rattigheter eller umask for att forhindra
lasning av okrypterade filer for andra anvandare.
FILER
/etc/pam.d/chpasswd
PAM configuration for chpasswd.
SE OCKSoA
passwd(1), newusers(8), useradd(8).