Which of the following can the chage command NOT change?

Which of the following can the chage command <b>NOT</tt> change?

Which of the following can the chage command <b>NOT</tt> change?

A.
The number of days since January 1st, 1970 when the password was last changed

B.
The maximum number of days during which a password is valid

C.
The number of days since January 1, 1970 on which the user? account will no longer be accessible

D.
The number of days of inactivity after a password has expired before the account is locked

E.
The number of days since January 1, 1970 when the password can change



Leave a Reply 1

Your email address will not be published. Required fields are marked *


apark

apark

Which of the following can the chage command NOT change?

_ The number of days since January 1, 1970 when the password can change
Explanation:
From the man pages:
The chage command changes the number of days between password changes and the date of the last password change. This information is used by the system to determine when a user must change his/her password.
The answer refers to the minimum password age, but this is a value calculated from the last password change, not 1970-01-01. You can set the minimum age with option -m, –mindays.