Which of the following commands can be used to delete all jobs queued in a printer?
Each correct answer represents a complete solution. Choose all that apply.
A.
lprm -a all
B.
lprm -all
C.
lprm – *
D.
Explanation:
The lprm – and lprm -a all commands can be used to delete all jobs queued in a printer. The lprm
command is used to remove the print jobs that have been queued for printing. If no arguments are
supplied, the current job on the default destination is cancelled. The command syntax for the lprm
command is as follows:
lprm [-E] [-U username] [-h server[:port]] [-P destination[/instance]] [-] [job ID(s)]
where,Answer options B and C are incorrect. These are not valid lprm command syntaxes.