-
/etc/passwd
- contains a list of all accounts in the system
- format: username:pass:uid:gid:fullname:home:shell
-
/etc/shadow
- contains encrypted passwords for all accounts
- readable only by root
-
/etc/group
- lists all of the groups on the system
-
/var/log/dmesg
-
$HOME/.bashrc
or $HOME/.cshrc
- script that is run when bash or tcsh start up
- set envrionment variables such as $PATH and $PROMPT