errno

Look up errno names and descriptions. More information: <https://joeyh.name/code/moreutils/>.

Install

All systems
curl cmd.cat/errno.sh
Debian Debian
apt-get install moreutils
Ubuntu
apt-get install moreutils
Arch Arch Linux
pacman -S moreutils
image/svg+xml Kali Linux
apt-get install moreutils
Fedora
dnf install moreutils
Windows (WSL2)
sudo apt-get update sudo apt-get install moreutils
OS X
brew install moreutils
Raspbian
apt-get install moreutils

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

© tl;dr; authors and contributors