Multiple choice technology web technology

Which of the following directory contains systems configuration files ?

  1. /tmp

  2. /etc

  3. /var

  4. /boot

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

/etc is the standard directory containing system-wide configuration files on Unix-like systems. /tmp is for temporary files, /var holds variable data like logs, and /boot contains kernel and bootloader files.