LFCS · Question #452
Which of the following tools is used to configure CUPS?
The correct answer is B. lpadmin. To configure printers and classes within the Common Unix Printing System (CUPS), the lpadmin utility is employed.
Question
Options
- Alpc
- Blpadmin
- Clpr
- Dlpd
- Elpctrl
How the community answered
(20 responses)- B90% (18)
- C5% (1)
- E5% (1)
Why each option
To configure printers and classes within the Common Unix Printing System (CUPS), the `lpadmin` utility is employed.
`lpc` is a line printer control program, primarily used for controlling printer queues and daemons, but not for initial configuration of CUPS printers.
The `lpadmin` command is a CUPS utility used to add, delete, or configure print queues (printers and classes). It allows administrators to set printer options, drivers, and destinations directly from the command line.
`lpr` is used to submit print jobs to the CUPS spooler, not for configuring the printers themselves.
`lpd` refers to the Line Printer Daemon, a service that manages print queues, not a configuration tool for CUPS.
`lpctrl` is not a standard CUPS command for printer configuration.
Concept tested: CUPS printer administration commands
Source: https://www.cups.org/doc/man-lpadmin.html
Topics
Community Discussion
No community discussion yet for this question.