文档介绍:The Linux Programming i n Terface A Linux and UNIX System Programming Handbook Michael Kerris K Kerris K The Linux Programming i n Terface The Linux Programming Interface is the definitive guide to the Linux and UNIX programming interface—the interface employed by nearly every application that runs on a Linux or UNIX system. In this authoritative work, Linux programming expert Michael Kerrisk provides detailed descriptions of the system calls and library functions that you need in order to master the craft of system programming, and panies his explanations with clear, complete example programs. You’ll find descriptions of over 500 system calls and library functions, and more than 200 example pro - grams, 88 tables, and 115 diagrams. You’ll learn how to: f Read and write files efficiently f Use signals, clocks, and timers f Create processes and execute programs f Write secure programs f Write multithreaded programs using POSIX threads f Build and use shared libraries f Perform munication using pipes, message queues, shared memory, and semaphores f work applications with the sockets API While The Linux Programming Interface covers a wealth of Linux-specific features, including epoll, inotify, and the /proc file system, its emphasis on UNIX standards (POSIX. 1-2001 /SUSv 3 and POSIX. 1-2008 /SUSv 4 ) makes it equally valuable to programmers working on other UNIX platforms. The Linux Programming Interface is the - prehensive single-volume work on the Linux and UNIX programming interface, and a book that’s destined to e a new classic. about the author Michael Kerrisk ( / ) has been using and programming UNIX systems for more than 20 years, and has taught many week-long courses on UNIX system programming. Since 2004, he has maintained the man-pages project, which produces the manual pages describing the Linux kernel and glibc programming APIs. He has written or cowritten more than 250 of the manual pages and is actively involved in the