mirror of https://github.com/CrimsonTome/tldr.git
408 B
408 B
chage
Change user account and password expiry information.
- List password information for the user:
chage -l {{username}}
- Enable password expiration in 10 days:
sudo chage -M {{10}} {{username}}
- Disable password expiration:
sudo chage -M -1 {{username}}
- Set account expiration date:
sudo chage -E {{YYYY-MM-DD}}
- Force user to change password on next log in:
sudo chage -d 0