Jump to content

The Linux Programming Interface: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
mNo edit summary
Removed unnecessary information that the book is "well regarded". However, if necessary a section on it's reception may be needed. Also altered language in the book section to better conform with the tone of Wikipedia.
 
Line 39: Line 39:
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]]<ref>{{cite web|url= https://lwn.net/Articles/549009/ |title= A goodbye note from Michael Kerrisk | publisher= lwn.net |access-date=2013-10-24 }}</ref> and the current maintainer for the [[Linux]] [[man pages]] project.<ref>{{cite web|url=https://www.kernel.org/doc/man-pages/|title=Linux man-pages home|publisher=kernel.org|access-date=2014-01-25}}</ref>
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]]<ref>{{cite web|url= https://lwn.net/Articles/549009/ |title= A goodbye note from Michael Kerrisk | publisher= lwn.net |access-date=2013-10-24 }}</ref> and the current maintainer for the [[Linux]] [[man pages]] project.<ref>{{cite web|url=https://www.kernel.org/doc/man-pages/|title=Linux man-pages home|publisher=kernel.org|access-date=2014-01-25}}</ref>


''The Linux Programming Interface'' is a well-regarded<ref>{{cite book |title=Amazon's Readers Review |isbn=978-1593272203 |last1=Kerrisk |first1=Michael |date=October 2010 }}</ref> work on Linux [[systems programming]] and is available for readers in several languages.<ref>{{cite web |url=http://man7.org/tlpi/translations/index.html |title=Translations of 'The Linux Programming Interface' |publisher=man7.org |access-date=2014-05-01}}</ref>
''The Linux Programming Interface'' has been translated into several languages.<ref>{{cite web |url=http://man7.org/tlpi/translations/index.html |title=Translations of 'The Linux Programming Interface' |publisher=man7.org |access-date=2014-05-01}}</ref>


{{Gallery
{{Gallery

Latest revision as of 10:47, 21 August 2024

The Linux Programming Interface
AuthorMichael Kerrisk
LanguageEnglish
SeriesLearning
Subjectcovers current UNIX® standards (POSIX.1-2001 /SUSv3 and POSIX.1-2008 /SUSv4 )
Published2010 (No Starch Press)
Pages1512
ISBN978-1-59327-220-3

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]

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]

See also

[edit]

References

[edit]
  1. ^ "A goodbye note from Michael Kerrisk". lwn.net. Retrieved 2013-10-24.
  2. ^ "Linux man-pages home". kernel.org. Retrieved 2014-01-25.
  3. ^ "Translations of 'The Linux Programming Interface'". man7.org. Retrieved 2014-05-01.
[edit]