System Grab Bag

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

errno

Look up errno names and descriptions. More information: https://joeyh.name/code/moreutils/.
  • Lookup errno description by name or code:
    errno {{name|code}}
  • List all errno names, codes, and descriptions:
    errno --list
  • Search for code whose description contains all of the given text:
    errno --search {{text}}
  • Search for code whose description contains all of the given text (all locales):
    errno --search-all-locales {{text}}

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.