LPIC-1 Exam 101 v5 (Linux Administrator) — Question 39
Which of the following commands displays the manual page command from section 1?
Answer options
- A. man command(1)
- B. man command@1
- C. man 1 command
- D. man 1.command
- E. man -s 1 command
Correct answer: C
Explanation
The correct answer, C, uses the proper syntax to specify section 1 of the manual for the given command. Options A and D are incorrectly formatted, while B uses an invalid character, and E specifies the section with a flag rather than the correct method of positioning it before the command.