nerdexam
Linux_Foundation

LFCS · Question #33

Which of the following is a legacy program provided by CUPS for sending files to the printer queues on the command line?

The correct answer is D. lpr. The lpr command is a legacy program provided by CUPS for submitting print jobs to printer queues from the command line.

Submitted by lucia.co· Apr 18, 2026Essential Commands

Question

Which of the following is a legacy program provided by CUPS for sending files to the printer queues on the command line?

Options

  • Alpd
  • Blpp
  • Clpq
  • Dlpr

How the community answered

(19 responses)
  • A
    11% (2)
  • C
    5% (1)
  • D
    84% (16)

Why each option

The `lpr` command is a legacy program provided by CUPS for submitting print jobs to printer queues from the command line.

Alpd

`lpd` (Line Printer Daemon) is the server process that manages printing, not a command for sending print jobs.

Blpp

`lpp` is not a standard or recognized command for sending files to printer queues in CUPS.

Clpq

`lpq` is used to display the status of printer queues, not to send print jobs.

DlprCorrect

The `lpr` command is a standard Unix/Linux command, still provided by CUPS, for submitting files to a print spool for printing.

Concept tested: CUPS command-line print submission

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

Topics

#CUPS#Printing#Command-line tools#lpr

Community Discussion

No community discussion yet for this question.

Full LFCS Practice