Multiple choice technology operating systems

Printer configuration information is stored in which directory?

  1. /etc/lpd.conf

  2. /etc/default/printers

  3. /var/conf/lpd

  4. /usr/spool/lpd

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

In traditional BSD-style Unix printing systems (lpd), printer spool files were stored in /usr/spool/lpd. Configuration was typically in /etc/printcap. This question refers to legacy Unix printing, not modern CUPS (which uses /etc/cups/). The other options are not standard printer configuration or spool directories.