table of contents
chage(1) | User Commands | chage(1) |
НАЗВА¶
chage - зміна даних щодо завершення строку дії пароля користувача
КОРОТКИЙ ОГЛЯД¶
chage [options] LOGIN
ОПИС¶
The chage command changes the number of days between password changes and the date of the last password change. This information is used by the system to determine when a user must change their password.
ПАРАМЕТРИ¶
The options which apply to the chage command are:
-d, --lastday LAST_DAY
-E, --expiredate EXPIRE_DATE
Наприклад, наступною командою можна скористатися для встановлення строку дії облікового запису у 180 днів:
chage -E $(date -d +180days +%Y-%m-%d)
Passing the number -1 as the EXPIRE_DATE will remove an account expiration date.
-h, --help
-i, --iso8601
-I, --inactive INACTIVE
Passing the number -1 as the INACTIVE will remove an account's inactivity.
-l, --list
-m, --mindays MIN_DAYS
-M, --maxdays MAX_DAYS
Passing the number -1 as MAX_DAYS will remove checking a password's validity.
-R, --root CHROOT_DIR
-P, --prefix PREFIX_DIR
-W, --warndays WARN_DAYS
If none of the options are selected, chage operates in an interactive fashion, prompting the user with the current values for all of the fields. Enter the new value to change the field, or leave the line blank to use the current value. The current value is displayed between a pair of [ ] marks.
ЗАУВАЖЕННЯ¶
The chage program requires a shadow password file to be available.
Програма chage повідомлятиме дані лише на основі файла паролів shadow. Таким чином, налаштування з інших джерел (наприклад, LDAP або порожнього поля хешу пароля з файла passwd), які впливають на вхід користувачів до системи, не буде показано у виведених chage даних.
The chage program will also not report any inconsistency between the shadow and passwd files (e.g. missing x in the passwd file). The pwck can be used to check for this kind of inconsistencies.
The chage command is restricted to the root user, except for the -l option, which may be used by an unprivileged user to determine when their password or account is due to expire.
НАЛАШТУВАННЯ¶
The following configuration variables in /etc/login.defs change the behavior of this tool:
ФАЙЛИ¶
/etc/passwd
/etc/shadow
ЗНАЧЕННЯ ВИХОДУ¶
The chage command exits with the following values:
0
1
2
15
ДИВ. ТАКОЖ¶
05/08/2024 | shadow-utils 4.16.0 |