Linux

Which file stores users passwords? Is it visible for everyone?

Difficulty: unrated

Source: bregman-arie/devops-exercises by Arie Bregman

Answer

/etc/shadow file holds the passwords of the users in encrypted format. NO, it is only visible to the root user