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
What command will set a regular users password to force changing it every 60 days? Choose all
that apply.
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
Letter A and B
Option A & B both are correct.