chage
Verified for current stable LTS
Chage Commands
Chage command syntax with verified terminal examples.
Commands
6 commands for Chage
chage Operations
Chage Command: Disable Password Expiration
sudo chage -M <-1> <username> chage Operations
Chage Command: Enable Password Expiration 10 Days
sudo chage -M <10> <username> chage Operations
Chage Command: Force Password Change On Next Login
sudo chage -d <0> <username> chage Operations
Chage Command: List Password Info User
chage -l <username> chage Operations
Chage Command: Re Enable User Account
sudo chage -E -1 <username> chage Operations
Chage Command: Set Account Expiration Date
sudo chage -E <YYYY-MM-DD> <username> Suggest a Chage Command
Submit missing workflows, corrections, or verified alternatives for this tool.
FAQ
Coverage: Focused examples for common Chage workflows.
Verified version: current stable LTS.
Verification: Test commands in a disposable workspace and submit notes for edge cases.