Which of the following is a Linux command used to manage print queues? MCQ with Answer and Explanation

Which of the following is a Linux command used to manage print queues?
A. lpc
B. lpr
C. lp
D. lpq
Answer: Option C
Solution (By JKExamLibrary)
lp is used to send files to print; lpr is similar; lpq shows queue; lpc controls printers.

This question belongs to: Computer Operating Systems

Discuss this Question (0)

No comments yet. Be the first to start the discussion!

Practice More Operating Systems Questions

Question #1 Report Error
What is the purpose of the Android 'AccessibilityManager'?
A. To manage accessibility settings
B. To handle screen readers
C. To control gesture navigation
D. To provide accessibility features and services for users with disabilities

Correct Answer: Option D


Explanation:
AccessibilityManager enables apps to assist users with disabilities, e.g., text-to-speech, magnification.

This question belongs to: Computer Operating Systems
Question #2 Report Error
In Linux, which command is used to display the contents of a text file directly onto the terminal screen?
A. cd
B. cat
C. ls
D. cp

Correct Answer: Option B


Explanation:
The 'cat' (concatenate) command is used to read and display file contents directly onto the standard output terminal screen.

This question belongs to: Computer Operating Systems
Question #3 Report Error
What is the purpose of the Android 'NetworkStatsManager'?
A. To monitor current network speed
B. To query historical network usage statistics
C. To set network priorities
D. To manage network interfaces

Correct Answer: Option B


Explanation:
NetworkStatsManager provides data on network usage by app over time, used for data quota monitoring.

This question belongs to: Computer Operating Systems