passwd (8) ( Русские man: Команды системного администрирования )
>> passwd (8) ( Linux man: Команды системного администрирования )
NAME
passwd - manual page for passwd wrapper version 1.0.5
SYNOPSIS
passwd
[OPTION...] [USERNAME]
DESCRIPTION
passwd wrapper implements traditional passwd options using real passwd utility
or shadow utils.
Valid options are:
-d, --delete
Delete the password for the specified account
-f, --force
Force operation
-k, --keep-tokens
Keep non-expired authentication tokens
-l, --lock
Lock the specified account
--stdin
Read new tokens from stdin
-S, --status
Report password status on the specified account
-u, --unlock
Unlock the specified account
-?, --help
Give this help list
--usage
Give a short usage message
-V, --version
Print program version
EXIT CODE
On successful completion of its task,
passwd
will complete with exit code 0. An exit code of 1 indicates an error
occurred. Textual errors are written to the standard error stream.