FILL BLANK -
What command displays manual pages? (Specify ONLY the command without any path or parameters.)
FILL BLANK -
What command displays manual pages? (Specify ONLY the command without any path or parameters.)
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'.
man is the command that displays manual pages. E.G. "man ls" to display the manual page for the ls command