Give the command for checking the status of a print job with job ID 8971. How would you remove this print job from the print queue? What command could you use to check the status of a print job with job ID 9506 on the hp5 printer?
What will be an ideal response?
Displaying the status of print jobs
lpq -P ece_hp3
Canceling print jobs
lprm -P ece_hp3 8971
Checking the status of print job 9506 on the hp5 printer
lpq -P hp5 | grep “9506”
Computer Science & Information Technology