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 -allis not a recognized or standard option for thelpqcommand to display verbose output. - C.
lpq --verboseis not a standard option forlpqon most systems to achieve verbose output. - D.
lpq -atypically shows the status of all available print queues, not verbose details of individual jobs within a queue.
Concept tested. Checking print queue status verbosely
Topics
#lpq command#Printer queue#Command-line options#Verbose output
Community Discussion
No community discussion yet for this question.