निम्नलिखित में से किस निर्देशिका में कॉन्फ़िगरेशन फ़ाइलें शामिल हैं?
Which of the following directories contains the configuration files ?
A
/bin/
B
/root/
C
/dev/
D
/etc/
Explanation
The directory that contains the configuration files in a Linux or Unix-like system is /etc/.
This directory typically holds system-wide configuration files for the operating system and installed software.
So, the correct answer is:
(D) /etc/.
Correct Answer: D) /etc/