nerdexam
Linux_Foundation

LFCS · Question #230

The legacy program for sending files to the printer queues from the command line is which of the following?

The correct answer is B. lpr. This question asks to identify the traditional Unix-like command-line utility used to submit print jobs to a printer spooler.

Submitted by chen.hong· Apr 18, 2026Essential Commands

Question

The legacy program for sending files to the printer queues from the command line is which of the following?

Options

  • Alpd
  • Blpr
  • Clpq
  • Dlpp

How the community answered

(26 responses)
  • A
    4% (1)
  • B
    85% (22)
  • C
    8% (2)
  • D
    4% (1)

Why each option

This question asks to identify the traditional Unix-like command-line utility used to submit print jobs to a printer spooler.

Alpd

`lpd` stands for Line Printer Daemon; it is the background service that manages print queues, not the command for sending files to the queue.

BlprCorrect

`lpr` is the standard command-line utility in Unix-like systems, part of the Line Printer Daemon (LPD) system, used to send files or standard input to a print spooler for printing. It stands for 'line printer remote' or 'line printer request'.

Clpq

`lpq` is the command used to 'list printer queue,' displaying the jobs currently in the print queue.

Dlpp

`lpp` is not a standard or legacy command for sending files to printer queues.

Concept tested: Linux printing commands (legacy)

Source: https://linux.die.net/man/1/lpr

Topics

#Printing#Command line utilities#lpr command#Printer queues

Community Discussion

No community discussion yet for this question.

Full LFCS Practice