nerdexam
CompTIA

LX0-104 · Question #463

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

The correct answer is A. lpq -l. To get more detailed or verbose output from the lpq command, which displays the line printer queue status, a specific option is used.

Administrative Tasks

Question

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

Options

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

How the community answered

(27 responses)
  • A
    89% (24)
  • B
    7% (2)
  • C
    4% (1)

Why each option

To get more detailed or verbose output from the `lpq` command, which displays the line printer queue status, a specific option is used.

Alpq -lCorrect

The `lpq -l` command (lowercase 'L') is used to display a long or verbose listing of the printer queue, providing more detailed information about each print job than the default `lpq` output.

Blpq -all

`lpq -all` is not a standard option for `lpq` to provide verbose output.

Clpq --verbose

`lpq --verbose` is not a standard or recognized option for the `lpq` command.

Dlpq -a

`lpq -a` is typically used to display information about all print queues, not necessarily verbose details for a single queue.

Concept tested: Printer queue status verbose view

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

Topics

#printing#lpq command#print queue

Community Discussion

No community discussion yet for this question.

Full LX0-104 Practice