Mark works as a Network Administrator for company.com Inc. The company has a Linux-based
network. A printer is configured on the network. Mark wants to see the content of a print queue.
Which of the following commands will he use to accomplish the task?
A.
lprm
B.
lpstat -a
C.
lpq
D.
lpr
Explanation:
The lpq command views the content of a print queue.
Answer option D is incorrect. The lpr command sends a job to the queue to be printed.
Answer option A is incorrect. The lprm command removes a job from the queue.
Answer option B is incorrect. The lpstat -a command lists the configured printers.