文件名称:Linux_Syscall_quickref
文件大小:55KB
文件格式:PDF
更新时间:2011-11-20 14:17:26
linux system call
linux 系统调用参考文件 System call is the services provided by Linux kernel. In C programming, it often uses functions defined in libc which provides a wrapper for many system calls. Manual page section 2 provides more information about system calls. To get an overview, use “man 2 intro” in a command shell.