1. Intro
If cron does not run with the following error
2. Cause
Account password expired.
3. Solution
Modify Account’s password max days
3.1. Check default Policy
grep "PASS_MAX_DAYS" /etc/login.defs
3.2. Change account Policy
chage -E -1 -M 99999 [username] grep "[username]" /etc/shadow