Rechercher une page de manuel
errno
Langue: en
Version: 332003 (ubuntu - 24/10/10)
Section: 1 (Commandes utilisateur)
Sommaire
NAME
errno - search POSIX error codes by error number, error name, or error descriptionDESCRIPTION
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.hAUTHOR
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.
Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre