010-160 Exam QuestionsBrowse all questions from this exam

010-160 Exam - Question 63


FILL BLANK -

What command displays manual pages? (Specify ONLY the command without any path or parameters.)

Show Answer
Correct Answer:

The command that displays manual pages in Unix-like operating systems is 'man'. Using this command followed by the name of another command (e.g., 'man ls') will display the manual page for that specific command. Therefore, the correct answer is 'man'.

Discussion

1 comment
Sign in to comment
beazzlebub
Jul 26, 2024

man is the command that displays manual pages. E.G. "man ls" to display the manual page for the ls command