Multiple choice technology programming languages 19.) How to remove a queued file from the printer queue? a) lpqrm b) lprm c) jobs -r 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.