Which Linux command is used to view the contents of a file one page at a time? MCQ with Answer and Explanation

Which Linux command is used to view the contents of a file one page at a time?
A. more
B. less
C. cat
D. head
Answer: Option B
Solution (By JKExamLibrary)
less allows forward and backward scrolling, more is older and only forward; cat dumps all content.

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 primary purpose of the Android Kernel?
A. To handle network connectivity
B. To manage hardware resources such as CPU, memory, and drivers
C. To provide a user interface
D. To run Java applications

Correct Answer: Option B


Explanation:
Android's kernel (based on Linux) manages hardware, memory, and processes; user interface and app runtime are higher layers.

This question belongs to: Computer Operating Systems
Question #2 Report Error
Which Android component is responsible for managing the lifecycle of an application process?
A. ActivityManager
B. PackageManager
C. WindowManager
D. ProcessManager

Correct Answer: Option A


Explanation:
ActivityManager manages the overall application lifecycle, including starting and killing processes based on memory needs.

This question belongs to: Computer Operating Systems
Question #3 Report Error
What type of program is 'systemd' in modern Linux operating systems?
A. The primary sound card device driver.
B. An initialization system and service manager that bootstraps user space and manages system daemons.
C. An open-source web browser package.
D. A high-performance text editor library.

Correct Answer: Option B


Explanation:
systemd is the modern standard init framework and system manager used in Linux to bootstrap user components and control services.

This question belongs to: Computer Operating Systems