LPIC-1 Exam 102 v5 (Linux Administrator) — Question 101
What information related to a user account is modified using the chage command?
Answer options
- A. Default ownership for new files
- B. Group membership
- C. Set of commands available to the user
- D. Password expiry information
- E. Default permissions for new files
Correct answer: D
Explanation
The chage command is specifically used to manage password expiry information, including when a password must be changed. The other options relate to file ownership, group membership, and permissions, which are not affected by the chage command.