
linux内核学习
sy3lxy
这个作者很懒,什么都没留下…
展开
-
Linux错误代码含义/Linux Error Code
C Name Value Description EPERM 1 Operation not permitted ENOENT 2 No such file or directory ESRCH 3 No such process EINTR转载 2014-04-04 08:12:15 · 2340 阅读 · 0 评论 -
do_fork学习
flags标志含义: #define CSIGNAL 0x000000ff /* signal mask to be sent at exit */ #define CLONE_VM 0x00000100 /* set if VM shared between processes */ #define CLONE_FS 0x00000200 /* set if fs info shared原创 2014-04-03 22:27:16 · 518 阅读 · 0 评论