errno

Langue: en

Version: 332003 (ubuntu - 24/10/10)

Autres sections - même nom

Section: 1 (Commandes utilisateur)

NAME

errno - search POSIX error codes by error number, error name, or error description

DESCRIPTION

errno is a simple script that interprets a POSIX error code, or finds error codes related to a search string.

EXAMPLE


  $ errno 36
  ENAMETOOLONG    36      /* File name too long */


  $ errno perm
  EPERM            1      /* Operation not permitted */
  EACCES          13      /* Permission denied */

SEE ALSO

errno(2), errno(3), /usr/include/asm/errno.h

AUTHOR

This manpage and the utility was written by Dustin Kirkland <kirkland@ubuntu.com> for Ubuntu systems (but may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 2 published by the Free Software Foundation.

On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL.