This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
errno.h - C Error Codes in Linux | |
All the Linux/C error codes are listed below. | |
I occasionally google C error codes, but always end up grepping through /usr/include to find the answer. | |
<< | |
UPDATE : 07July2025 | |
There's a utility named `errno`, part of the `moreutils` package; once installed, you can simply run | |
`errno -l` | |
to see all possible errno's and their English error message! |