проверять и применять политику истечения срока действия пароля (check and enforce password expiration policy)
Имя (Name)
expiry - check and enforce password expiration policy
Синопсис (Synopsis)
expiry
option
Описание (Description)
The expiry
command checks (-c
) the current password expiration
and forces (-f
) changes when required. It is callable as a normal
user command.
Параметры (Options)
The options which apply to the expiry
command are:
-c
, --check
Check the password expiration of the current user.
-f
, --force
Force a password change if the current user has an expired
password.
-h
, --help
Display help message and exit.
Файлы (Files)
/etc/passwd
User account information.
/etc/shadow
Secure user account information.
Смотри также (See also)
passwd(5), shadow(5).