nerdexam
Linux_FoundationLinux_Foundation

LFCS · Question #463

LFCS Question #463: Real Exam Question with Answer & Explanation

The correct answer is A: lpq -l. The lpq -l command is used to display detailed, verbose information about jobs currently in the line printer queue.

Submitted by wei.xz· Apr 18, 2026Essential Commands

Question

The correct command to view "verbose" line printer queue information is

Options

  • Alpq -l
  • Blpq -all
  • Clpq --verbose
  • Dlpq -a

Explanation

The lpq -l command is used to display detailed, verbose information about jobs currently in the line printer queue.

Common mistakes.

  • B. lpq -all is not a recognized or standard option for the lpq command to display verbose output.
  • C. lpq --verbose is not a standard option for lpq on most systems to achieve verbose output.
  • D. lpq -a typically shows the status of all available print queues, not verbose details of individual jobs within a queue.

Concept tested. Checking print queue status verbosely

Reference. https://man7.org/linux/man-pages/man1/lpq.1.html

Topics

#lpq command#Printer queue#Command-line options#Verbose output

Community Discussion

No community discussion yet for this question.

Full LFCS PracticeBrowse All LFCS Questions