LPI Exam Questions

What command will set a regular users password to force changing it every 60 days?

What command will set a regular users password to force changing it every 60 days? Choose all
that apply.

A.
passwd -x 60 user1

B.
chage -M 60 user1

C.
passwd +x 60 user1

D.
useradd -e 60 user1

E.
usermod -f 60 user1