System Grab Bag

View all TLDR pages from Linux (or from all pages)

man

Format and display manual pages. More information: https://manned.org/man.
  • Display the man page for a command:
    man {{command}}
  • Display the man page for a command from section 7:
    man {{7}} {{command}}
  • List all available sections for a command:
    man --whatis {{command}}
  • Display the path searched for manpages:
    man --path
  • Display the location of a manpage rather than the manpage itself:
    man --where {{command}}
  • Display the man page using a specific locale:
    man --locale={{locale}} {{command}}
  • Search for manpages containing a search string:
    man --apropos "{{search_string}}"

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.

Other Projects

This TLDR page is also found in other projects: