nerdexam
CompTIA

LX0-104 · Question #44

Which file inside the CUPS configuration directory contains the definition of the printers?

The correct answer is D. printers.conf. Within the /etc/cups configuration directory, the printers.conf file is specifically responsible for storing the definitions of all configured printers. This file outlines each printer's name, device URI, driver, and options.

Essential System Services

Question

Which file inside the CUPS configuration directory contains the definition of the printers?

Options

  • Acups-devices.conf
  • Bsnmp.conf
  • Cprintcap.conf
  • Dprinters.conf
  • Ecupsd.conf

How the community answered

(41 responses)
  • C
    5% (2)
  • D
    93% (38)
  • E
    2% (1)

Why each option

Within the `/etc/cups` configuration directory, the `printers.conf` file is specifically responsible for storing the definitions of all configured printers. This file outlines each printer's name, device URI, driver, and options.

Acups-devices.conf

`cups-devices.conf` is not a standard CUPS configuration file for printer definitions.

Bsnmp.conf

`snmp.conf` is typically for SNMP daemon configuration, not CUPS printer definitions.

Cprintcap.conf

`printcap.conf` is an older printer capability database format used by traditional BSD-style printing systems, not by CUPS for its internal printer definitions.

Dprinters.confCorrect

The `printers.conf` file is the primary configuration file within the CUPS directory (`/etc/cups`) that holds the definitions and settings for all local and network printers managed by the CUPS server. It stores information such as printer names, device URIs, PPD files, and various options.

Ecupsd.conf

`cupsd.conf` is the main CUPS daemon configuration file, controlling server-wide settings like listening ports, access control, and logging, but it does not define individual printers.

Concept tested: CUPS printer configuration file

Source: https://www.cups.org/doc/man-printers.conf.html

Topics

#CUPS#printer configuration#printers.conf

Community Discussion

No community discussion yet for this question.

Full LX0-104 Practice