Which Linux command is used to display the manual page of another command? MCQ with Answer and Explanation

Which Linux command is used to display the manual page of another command?
A. help
B. man
C. info
D. whatis
Answer: Option B
Solution (By JKExamLibrary)
The 'man' command (manual) displays the manual pages for commands, providing detailed documentation.

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 name of the central management module in Windows that controls hardware configuration and manages device updates or rollbacks?
A. System Configuration
B. Task Scheduler
C. Disk Management
D. Device Manager

Correct Answer: Option D


Explanation:
Device Manager is a Control Panel applet in Windows that allows users to view and control the hardware attached to the computer.

This question belongs to: Computer Operating Systems
Question #2 Report Error
Which file system format was introduced with Windows NT to support file permissions, encryption, and reliability features?
A. NTFS
B. HPFS
C. FAT16
D. FAT32

Correct Answer: Option A


Explanation:
NTFS (New Technology File System) added security features, access control lists, encryption, and file journaling which were missing in FAT file systems.

This question belongs to: Computer Operating Systems
Question #3 Report Error
In Windows, the 'Disk Defragmenter' is optimized for:
A. Mechanical hard disk drives (HDDs)
B. USB flash drives
C. Solid-state drives (SSDs)
D. Both HDDs and SSDs

Correct Answer: Option A


Explanation:
Defragmentation is beneficial for HDDs; SSDs use wear leveling and do not require defragmentation; Windows may recognize SSDs and trim instead.

This question belongs to: Computer Operating Systems