User/Group/Password Files
====================================================================================
/etc/passwd
used to store user and system accounts
====================================================================================
/etc/shadow
Used to store user passwords (encrypted)
====================================================================================
/etc/group
Used to store group information, and which users are included in a group.