Multiple choice technology web technology Which of the following directory contains systems configuration files ? /tmp /etc /var /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.