Multiple choice technology programming languages

19.) How to remove a queued file from the printer queue?

  1. a) lpqrm

  2. b) lprm

  3. c) jobs -r

  4. d) lpc -rm

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

lprm is the standard Unix/Linux command for removing jobs from the printer queue. lpqrm does not exist, jobs -r is for shell jobs, and lpc -rm is not the correct syntax.