You need to enforce an organization’s policy of mandatory password changes every 90 days. Which command can you use for this?
- passwd -M 90 user_name
- useradd -M 90 user_name
- usermod -M 90 user_name
- chage -M 90 user_name
Please login or Register to submit your answer