Linux error

EPERM 1 Operation not permitted 操作不允许
ENOENT 2 No such file or directory 文件/路径不存在
ESRCH 3 No such process 进程不存在
EINTR 4 Interrupted system call 中断的系统调用
EIO 5 Input/output error I/O错误
ENXIO 6 No such device or address 设备/地址不存在
E2BIG 7 Argument list too long 参数列表过长
ENOEXEC 8 Exec format error 执行格式错误
EBADF 9 Bad file descriptor 错误文件编号
ECHILD 10 No child processes 子进程不存在
EAGAIN 11 Try again  重试
ENOMEM 12 Out of memory 内存不足
EACCES 13 Permission denied 无权限
EFAULT 14 Bad address 地址错误
ENOTBLK 15 Block device required 需要块设备
EBUSY 16 Device or resource busy 设备或资源忙
EEXIST 17 File exists 文件已存在
EXDEV 18 Invalid Cross-device link 跨设备链路
ENODEV 19 No such device 设备不存在
ENOTDIR 20 Not a directory 目录不存在
EISDIR 21 Is a directory 是目录
EINVAL 22 Invalid argument 无效参数
ENFILE 23 File table overflow 无效参数
EMFILE 24 Too many open files 打开的文件过多
ENOTTY 25 Not a tty device 非tty设备
ETXTBSY 26 Text file busy 文本文件忙
EFBIG 27 File too large 文件太大
ENOSPC 28 No space left on device 设备无空间
ESPIPE 29 Illegal seek 非法查询
EROFS 30 Read-only file system 只读文件系统
EMLINK 31 Too many links 链接太多
EPIPE 32 Broken pipe 管道破裂
EDOM 33 Math argument out of domain of func  参数超出函数域
ERANGE 34 Math result not representable 结果无法表示
EDEADLK 35 Resource deadlock would occur 资源将发生死锁
ENAMETOOLONG 36 Filename too long 文件名太长
ENOLCK 37 No record locks available 没有可用的记录锁
ENOSYS 38 Function not implemented 函数未实现
ENOTEMPTY 39 Directory not empty 目录非空
ELOOP 40 Too many symbolic links encountered 遇到太多符号链接
EWOULDBLOCK 41 Same as EAGAIN 操作会阻塞
ENOMSG 42 No message of desired type 没有符合需求类型的消息
EIDRM 43 Identifier removed 标识符已删除
ECHRNG 44 Channel number out of range 通道编号超出范围
EL2NSYNC 45 Level 2 not synchronized level2不同步
EL3HLT 46 Level 3 halted 3级停止
EL3RST 47 Level 3 reset 3级重置
ELNRNG 48 Link number out of range 链接编号超出范围
EUNATCH 49 Protocol driver not attached 协议驱动程序没有连接
ENOCSI 50 No CSI structure available 没有可用的CSI结构
EL2HLT 51 Level 2 halted 2级停止
EBADE 52 Invalid exchange 无效交换
EBADR 53 Invalid request descriptor 无效请求描述
EXFULL 54 Exchange full 交换完全
ENOANO 55 No anode 无元素节点
EBADRQC 56 Invalid request code 无效请求码
EBADSLT 57 Invalid slot 无效插槽
EDEADLOCK  - Same as EDEADLK
EBFONT 59 Bad font file format 错误的字体文件格式
ENOSTR 60 Device not a stream 不是流设备
ENODATA 61 No data available 无数据
ETIME 62 Timer expired 计时器到期
ENOSR 63 Out of streams resources 流资源不足
ENONET 64 Machine is not on the network 机器不在网络上
ENOPKG 65 Package not installed 包未安装
EREMOTE 66 Object is remote 是远程对象
ENOLINK 67 Link has been severed 链接正在服务中
EADV 68 Advertise error 广告错误
ESRMNT 69 Srmount error
ECOMM 70 Communication error on send 发送过程中通讯错误
EPROTO 71 Protocol error 协议错误
EMULTIHOP 72 Multihop attempted 多跳尝试
EDOTDOT 73 RFS specific error RFS特定错误
EBADMSG 74 Not a data message 不是数据类型消息
EOVERFLOW 75 Value too large for defined data type 对指定的数据类型来说值太大
ENOTUNIQ 76 Name not unique on network 网络上名字不唯一
EBADFD 77 File descriptor in bad state 文件描述符状态错误
EREMCHG 78 Remote address changed 远程地址改变
ELIBACC 79 Cannot access a needed shared library 无法访问需要的共享库
ELIBBAD 80 Accessing a corrupted shared library 访问损坏的共享库
ELIBSCN 81 A .lib section in an .out is corrupted 库部分在an.out损坏
ELIBMAX 82 Linking in too many shared libraries 试图链接太多的共享库
ELIBEXEC 83 Cannot exec a shared library directly 不能直接运行共享库
EILSEQ 84 Illegal byte sequence 非法字节序
ERESTART 85 Interrupted system call should be restarted 应重新启动被中断的系统调用
ESTRPIPE 86 Streams pipe error 流管错误
EUSERS 87 Too many users 用户太多
ENOTSOCK 88 Socket operation on non-socket 在非套接字上进行套接字操作
EDESTADDRREQ 89 Destination address required 需要目的地址
EMSGSIZE 90 Message too long 消息太长
EPROTOTYPE 91 Protocol wrong type for socket 错误协议类型
ENOPROTOOPT 92 Protocol not available 协议不可用
EPROTONOSUPPORT 93 Protocol not supported 不支持协议
ESOCKTNOSUPPORT 94 Socket type not supported 不支持套接字类型
EOPNOTSUPP 95 Operation not supported on transport endpoint 操作上不支持传输端点
EPFNOSUPPORT 96 Protocol family not supported 不支持协议族
EAFNOSUPPORT 97 Address family not supported by protocol 协议不支持地址群
EADDRINUSE 98 Address already in use 地址已被使用
EADDRNOTAVAIL 99 Cannot assign requested address 无法分配请求的地址
ENETDOWN 100 Network is down 网络已关闭
ENETUNREACH 101 Network is unreachable 网络不可达
ENETRESET 102 Network dropped connection because of reset 网络由于复位断开连接
ECONNABORTED 103 Software caused connection 软件导致连接终止
ECONNRESET 104 Connection reset by peer 连接被对方复位
ENOBUFS 105 No buffer space available 没有可用的缓存空间
EISCONN 106 Transport endpoint is already connected 传输端点已连接
ENOTCONN 107 Transport endpoint is not connected 传输端点未连接
ESHUTDOWN 108 Cannot send after transport endpoint shutdown  传输端点关闭后不能在发送
ETOOMANYREFS 109 Too many references 太多的引用
ETIMEDOUT 110 Connection timed 连接超时
ECONNREFUSED 111 Connection refused 连接被拒绝
EHOSTDOWN 112 Host is down 主机已关闭
EHOSTUNREACH 113 No route to host 无法路由到主机
EALREADY 114 Operation already 操作已在进程中
EINPROGRESS 115 Operation now in 进程中正在进行的操作
ESTALE 116 Stale NFS file handle 过时的NFS文件句柄
EUCLEAN 117 Structure needs cleaning 结构需要清除
ENOTNAM 118 Not a XENIX-named 不是XENIX 命名
ENAVAIL 119 No XENIX semaphores 没有XENIX信号量
EISNAM 120 Is a named type file 是命名类型文件
EREMOTEIO 121 Remote I/O error 远程I/O错误
EDQUOT 122 Quota exceeded 超出配额
ENOMEDIUM 123 No medium found 未发现介质
EMEDIUMTYPE 124 Wrong medium type 错误介质类型
E 125 Operation canceled 取消操作
E 126 Required key not available 所需密钥不可用
E 127 Key has expired 密钥已过期
E 128 Key has been revoked 密钥已被吊销
E 129 Key was rejected by service 密钥被服务拒绝
E 130 Owner died 所有者被删除
E 131 State not recoverable 不可恢复状态

你可能感兴趣的:(Linux error)