1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-21 22:22:07 +02:00
tldr/pages/linux/chage.md
2017-12-03 11:59:21 +02:00

429 B

chage

Change user account and password expiry information.

  • List password information for the user:

chage -l {{user_name}}

  • Enable password expiration:

sudo chage -M {{days_before_password_change}} {{user_name}}

  • Disable password expiration:

sudo chage -M 99999 {{user_name}}

  • Set account expiration date:

sudo chage -E {{YYYY-MM-DD}}

  • Force user to chage password on next log in:

sudo chage -d 0