Từ chage
bạn có thể thực hiện nhiều thay đổi và có thể biết chi tiết đăng nhập như sau ...
Usage: chage [options] [LOGIN]
Options:
-d, --lastday LAST_DAY set date of last password change to LAST_DAY
-E, --expiredate EXPIRE_DATE set account expiration date to EXPIRE_DATE
-h, --help display this help message and exit
-I, --inactive INACTIVE set password inactive after expiration
to INACTIVE
-l, --list show account aging information
-m, --mindays MIN_DAYS set minimum number of days before password
change to MIN_DAYS
-M, --maxdays MAX_DAYS set maximim number of days before password
change to MAX_DAYS
-W, --warndays WARN_DAYS set expiration warning days to WARN_DAYS
và nếu bạn có quyền truy cập Root thì có thể thay đổi thời gian hết hạn mật khẩu của bạn chỉ cần chỉnh sửa ..
vim /etc/login.defs
chỉ cần thiết lập các vlau bên dưới ...
PASS_MAX_DAYS 30
PASS_MIN_DAYS 1
PASS_WARN_AGE 7
Nó có thể giúp bạn
whoami | xargs chage -l
đảm bảo rằng tôi đã không làm điều gì đó rõ ràng sai.