<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://70.231.62.181/index.php?action=history&amp;feed=atom&amp;title=The_Linux_Programming_Interface</id>
	<title>The Linux Programming Interface - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://70.231.62.181/index.php?action=history&amp;feed=atom&amp;title=The_Linux_Programming_Interface"/>
	<link rel="alternate" type="text/html" href="http://70.231.62.181/index.php?title=The_Linux_Programming_Interface&amp;action=history"/>
	<updated>2026-04-23T07:54:20Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.1</generator>
	<entry>
		<id>http://70.231.62.181/index.php?title=The_Linux_Programming_Interface&amp;diff=17427349&amp;oldid=prev</id>
		<title>imported&gt;Citation bot: Add: date, authors 1-1. | Use this bot. Report bugs. | Suggested by Tomkozak61 | Category:Books about Linux | #UCB_Category 4/7</title>
		<link rel="alternate" type="text/html" href="http://70.231.62.181/index.php?title=The_Linux_Programming_Interface&amp;diff=17427349&amp;oldid=prev"/>
		<updated>2025-11-01T18:15:00Z</updated>

		<summary type="html">&lt;p&gt;Add: date, authors 1-1. | &lt;a href=&quot;/index.php?title=En:WP:UCB&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;En:WP:UCB (page does not exist)&quot;&gt;Use this bot&lt;/a&gt;. &lt;a href=&quot;/index.php?title=En:WP:DBUG&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;En:WP:DBUG (page does not exist)&quot;&gt;Report bugs&lt;/a&gt;. | Suggested by Tomkozak61 | &lt;a href=&quot;/index.php/Category:Books_about_Linux&quot; title=&quot;Category:Books about Linux&quot;&gt;Category:Books about Linux&lt;/a&gt; | #UCB_Category 4/7&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Short description|Book by Michael Kerrisk}}&lt;br /&gt;
{{Advert|date=April 2019}}&lt;br /&gt;
&lt;br /&gt;
{{Infobox book&lt;br /&gt;
| italic title   = (see above)&lt;br /&gt;
| name           = The Linux Programming Interface&lt;br /&gt;
| image          = The Linux Programming Interface.jpg| image_size     = &lt;br /&gt;
| caption        = &lt;br /&gt;
| alt            = &lt;br /&gt;
| author         = [[Michael Kerrisk]]&lt;br /&gt;
| title_orig     = &lt;br /&gt;
| orig_lang_code = &lt;br /&gt;
| title_working  = &lt;br /&gt;
| translator     = &lt;br /&gt;
| illustrator    = &lt;br /&gt;
| cover_artist   = &lt;br /&gt;
| country        = &lt;br /&gt;
| language       = English&lt;br /&gt;
| series         = Learning&lt;br /&gt;
| subject        = covers current [[UNIX]]® standards (POSIX.1-2001 /SUSv3 and POSIX.1-2008 /SUSv4 )&lt;br /&gt;
| genre          = &lt;br /&gt;
| published      = 2010 ([[No Starch Press]])&lt;br /&gt;
| media_type     = &lt;br /&gt;
| pages          = 1512&lt;br /&gt;
| awards         = &lt;br /&gt;
| isbn           = 978-1-59327-220-3&lt;br /&gt;
| oclc           = &lt;br /&gt;
| dewey          = &lt;br /&gt;
| congress       = &lt;br /&gt;
| preceded_by    = &lt;br /&gt;
| followed_by    = &lt;br /&gt;
| wikisource     = &lt;br /&gt;
| exclude_cover  = &lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039;The Linux Programming Interface: A Linux and UNIX System Programming Handbook&amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039; is a book written by [[Michael Kerrisk]], which documents the [[Application programming interface|APIs]] of the [[Linux kernel]] and the [[GNU C Library]] (glibc).&lt;br /&gt;
&lt;br /&gt;
==Book==&lt;br /&gt;
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 (programming language)|C]], and learning exercises at the end of chapters. The author is a former writer for the [[Linux Weekly News]]&amp;lt;ref&amp;gt;{{cite web|last1= Kerrisk |first1= Michael |url= https://lwn.net/Articles/549009/ |title= A goodbye note from Michael Kerrisk |date= May 2013 | publisher= lwn.net |access-date=2013-10-24 }}&amp;lt;/ref&amp;gt; and the current maintainer for the [[Linux]] [[man pages]] project.&amp;lt;ref&amp;gt;{{cite web|url=https://www.kernel.org/doc/man-pages/|title=Linux man-pages home|publisher=kernel.org|access-date=2014-01-25}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;The Linux Programming Interface&amp;#039;&amp;#039; has been translated into several languages.&amp;lt;ref&amp;gt;{{cite web |url=http://man7.org/tlpi/translations/index.html |title=Translations of &amp;#039;The Linux Programming Interface&amp;#039; |publisher=man7.org |access-date=2014-05-01}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Gallery&lt;br /&gt;
|width=380 |height=260 |align=center&lt;br /&gt;
|File:Linux kernel System Call Interface and glibc.svg|The Linux kernel [[Application programming interface|API]] to userspace discussed in the book consists of both the [[system call|System Call Interface]] and the [[GNU C Library]].&lt;br /&gt;
|File:Linux kernel interfaces.svg|In-kernel APIs are not discussed in the book, neither are [[Application binary interface|ABIs]].&lt;br /&gt;
|File:Simplified Structure of the Linux Kernel.svg|Simplified illustration of the Linux kernel&amp;#039;s structure.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
{{Portal|Linux}}&lt;br /&gt;
&lt;br /&gt;
* [[Linux kernel interfaces]]&lt;br /&gt;
* &amp;#039;&amp;#039;[[Programming Linux Games]]&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
{{Reflist|30em}}&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
* [https://www.nostarch.com/tlpi The Linux Programming Interface at the publisher&amp;#039;s (No Starch Press) Website]&lt;br /&gt;
* [http://man7.org/tlpi/ The Linux Programming Interface Description at Kerrisk&amp;#039;s Website]&lt;br /&gt;
* [http://man7.org/tlpi/api_changes/ API changes]&lt;br /&gt;
* [http://tlpi.netdpi.net/ The Linux Programming Interface Traditional Chinese Translation]&lt;br /&gt;
&lt;br /&gt;
{{Linux}}&lt;br /&gt;
{{Linux kernel}}&lt;br /&gt;
&lt;br /&gt;
{{DEFAULTSORT:Linux Programming Interface: A Linux and UNIX System Programming Handbook, The}}&lt;br /&gt;
[[Category:Computer programming books]]&lt;br /&gt;
[[Category:Books about Linux]]&lt;br /&gt;
[[Category:2010 non-fiction books]]&lt;br /&gt;
[[Category:No Starch Press books]]&lt;br /&gt;
[[Category:Interfaces of the Linux kernel]]&lt;/div&gt;</summary>
		<author><name>imported&gt;Citation bot</name></author>
	</entry>
</feed>