The Linux Programming Interface (published in October 2010, No Starch Press, ISBN 978-1-59327-220-3) is a detailed guide and reference for Linux and UNIX system programming. With 1552 pages, 115 diagrams, 88 tables, nearly 200 example programs, and over 200 exercises, TLPI is the most ...
The Linux Programming Interface (published in October 2010, No Starch Press, ISBN 978-1-59327-220-3) is a detailed guide and reference for Linux and UNIX system programming. With 1552 pages, 115 diagrams, 88 tables, nearly 200 example programs, and over 200 exercises, TLPI is the most ...
The Linux Programming Interface describes the Linux API (application programming interface)-the system calls, library functions, and other low-level interfaces that are used, directly or indirectly, by every program that runs on Linux. Programs that explicitly use these interfaces are commonly called ...
《The Linux Programming Interface:A Linux and UNIX Programming Handbook》作者:NO STARCH PRESS,出版社:2010年11月,ISBN:1103.70。TheLinuxProgrammingInterfaceisthedefinitiveguideto
前言主题本书将描述Linux编程接口:由UNIX操作系统的开源实现——LINUX所提供的系统调用、库函数以及其它底层接口。运行于LINUX之上的每一程序都会直接或间接地使用这些接口。这些接口允许应用程序去执行诸多任务:文件I/O、创建/删除文件和目录、创建新进程、执行程序、设置计时器、在同一计算机上发起进程或线程间通信,以及...
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 accompanies his explanations with clear, complete example programs....
商品名称:进口原版 The Linux Programming Interface Linux/UNIX系统编程手册 精装 英文版 商品编号:10101953180854 店铺: 诚研进口原版专营店 货号:YB-21785 商品介绍加载中... 下载客户端,开始阅读之旅 售后保障 正品行货 京东商城向您保证所售商品均为正品行货,京东自营商品开具机打发票或电子发票。 权利声明:京...
25PROCESS TERMINATION This chapter describes what happens when a process terminates. We begin by describing the use of exit() and _exit() to terminate a process. We then discuss the … - Selection from The Linux Programming Interface [Book]
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 ...
Linux是常用这个词来指整个类unix操作系统Linux内核的一部分。然而,这是一种误称,因为许多的关键组件包含在一个典型的商业Linux发行版实际上来自Linux早期的项目。 1.2.1 The GNU Project 1984年,理查德·斯托曼,一位在麻省理工学院工作的异常有才华的程序员,开始工作在创建一个“免费”UNIX实现。斯托曼的前景是一...