What type of files are typically stored in the /etc directory?
- A.User home directories
- B.System configuration files
- C.Temporary files
- D.Kernel modules
Why B is correct
The /etc directory contains system-wide configuration files and shell scripts used to boot and initialize system services. Important security-related files here include /etc/passwd (user accounts), /etc/shadow (hashed passwords), and /etc/ssh/sshd_config (SSH server configuration).
Know someone studying for Security Fundamentals? Send them this one.