Multiple choice

What is the command to change password policies in Linux?

  1. Sudo change username

  2. sudo chage username

  3. Sudo chage –l username

  4. Sudo change –l username

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Sudo chage username is the Linux command to change password policies for a user. The command is chage (change age), not change.