Which of the following commands display a list of jobs in the print queue? (Choose two.)
Which of the following commands display a list of jobs in the print queue? (Choose two.)
The commands that display a list of jobs in the print queue are 'lpstat' and 'lpq'. The 'lpstat' command shows current print jobs and their status, while 'lpq' displays information about the jobs in the print queue. 'cups --list', 'lprm -l', and 'lpr -q' do not list jobs in the print queue.
CE is correct..READ MAN PAGE and you will agree!!
print queue: lpq or lpstat
lpstat -o [destination(s)] Shows the jobs queued on the specified destinations. If no destinations are specified all jobs are shown.
C & E are correct
C is incorrect: " lpstat - print cups status information" D is a correct answer: lpr -q "Queue the print job but do not start the spooling daemon." Then, solution is DE
Sorry. My mistake. My tests were wrong and I didn't read the whole man.