Multiple choice technology operating systems

Which directory contains the configuration files?

  1. /boot

  2. /root

  3. /etc

  4. /bin

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

In Unix/Linux filesystem hierarchy, /etc is the standard directory containing system-wide configuration files. The /boot directory holds boot loader files, /root is the superuser's home directory, and /bin contains essential user binaries. Configuration files for applications and system services reside in /etc.