Multiple choice

Which of the following files contains information related to password aging?

  1. shadow

  2. password

  3. profile

  4. all the the above

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

The shadow file stores secure account information, including encrypted passwords and password aging parameters like maximum and minimum days between changes. The password (passwd) file historically stores basic user information, while profile handles shell configuration.