The Linux Programming Interface
This article contains promotional content. (April 2019) |
![]() | |
| Author | Michael Kerrisk |
|---|---|
| Language | English |
| Series | Learning |
| Subject | covers current UNIX® standards (POSIX.1-2001 /SUSv3 and POSIX.1-2008 /SUSv4 ) |
| Published | 2010 (No Starch Press) |
| Pages | 1512 |
| ISBN | Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value). |
The Linux Programming Interface: A Linux and UNIX System Programming Handbook is a book written by Michael Kerrisk, which documents the APIs of the Linux kernel and the GNU C Library (glibc).
Book
[edit | edit source]The book covers topics related to the Linux operating system and operating systems in general. It chronicles the history of Unix and how it led to the creation of Linux. The book provides samples of code written in C, and learning exercises at the end of chapters. The author is a former writer for the Linux Weekly News[1] and the current maintainer for the Linux man pages project.[2]
The Linux Programming Interface has been translated into several languages.[3]
-
The Linux kernel API to userspace discussed in the book consists of both the System Call Interface and the GNU C Library.
-
In-kernel APIs are not discussed in the book, neither are ABIs.
-
Simplified illustration of the Linux kernel's structure.
See also
[edit | edit source]Lua error in mw.title.lua at line 392: bad argument #2 to 'title.new' (unrecognized namespace name 'Portal').
References
[edit | edit source]- ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
- ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
- ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
