You need to enforce an organization’s policy of mandatory password changes every 90 days. Which command can you use for this?

You need to enforce an organization’s policy of mandatory password changes every 90 days. Which command can you use for this?Category: Introduction to Linux IIAuthor "LinuxQuestions"You need to enforce an organization’s policy of mandatory password changes every 90 days. Which command can you use for this?
Linux Questions Staff asked 2 years ago

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

About the author