What type of content does /etc primarily store?

Study for the OSCP Linux Exam. Use our flashcards and multiple-choice questions to test your skills. Each query comes with detailed hints and explanations to enhance your preparedness. Get ready to conquer the exam!

Multiple Choice

What type of content does /etc primarily store?

Explanation:
The main idea here is where system-wide settings live in the filesystem. /etc is the place for global configuration files that tell the OS and services how to behave. These are the files that configure startup, networking, services, and application settings, often in plain text. For example, files like /etc/ssh/sshd_config or /etc/fstab define SSH behavior and filesystem mounting, respectively. User data sits elsewhere, typically in /home, binaries live in /bin or /usr/bin, and logs are stored in /var/log. So /etc primarily stores global configuration files.

The main idea here is where system-wide settings live in the filesystem. /etc is the place for global configuration files that tell the OS and services how to behave. These are the files that configure startup, networking, services, and application settings, often in plain text. For example, files like /etc/ssh/sshd_config or /etc/fstab define SSH behavior and filesystem mounting, respectively. User data sits elsewhere, typically in /home, binaries live in /bin or /usr/bin, and logs are stored in /var/log. So /etc primarily stores global configuration files.

Subscribe

Get the latest from Passetra

You can unsubscribe at any time. Read our privacy policy