Provided by:
passwd_4.1.4.2-1ubuntu2_i386 
NAMN
chpasswd - uppdatera lösenord i satsläge
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ändarnamn:lösenord
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 gäller för kommandot chpasswd är:
-S, --stdout
Report encrypted passwords to stdout instead of updating password
file.
-h, --help
Visa hjälpmeddelande och avsluta.
TÄNK PÅ
Kom ihåg att ställa in rättigheter eller umask för att förhindra
läsning av okrypterade filer för andra användare.
FILER
/etc/pam.d/chpasswd
PAM configuration for chpasswd.
SE OCKSÃ…
passwd(1), newusers(8), useradd(8).