Skip to main content

man

# Display the man page for a command
man command

# List all available sections for a command
man -f command

# Display the man page for a command from
# specific section listed above
man section_number command

# Display the path of manpages
man -w

# Display the location of a command's manpage
man -w command

# Display the spanish manpage of `ls` command
man ls -L es

# Search for manpages containing a search string
man -k "search_string"

References​