书籍 The Linux Programming Interface的封面

The Linux Programming Interface

Michael Kerrisk

出版时间

2010-10-28

ISBN

9781593272203

评分

★★★★★

标签

编程

书籍介绍

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 system programs, and include applications such as shells, editors, windowing systems, terminal emulators, file managers, compilers, database management systems, virtual machines, network servers, and much of the other software that is employed on a daily basis on Linux systems. Extensively indexed and heavily cross-referenced, The Linux Programming Interface is both an introductory guide for readers new to the topic of system programming, and a comprehensive reference for experienced system programmers. Although this book goes into detail on a wealth of Linux-specific features, it gives careful attention to contemporary Unix programming standards and to portability issues.

目录
Preface
Chapter 1: History and Standards
Chapter 2: Fundamental Concepts
Chapter 3: System Programming Concepts
Chapter 4: File I/O: The Universal I/O Model

显示全部
用户评论
必须六星!个人认为完全可以和APUE比肩,甚至说是beyond也不过分。有人说此书写的不够平易近人,我要说如果写成这样都读不明白的话,你应该首先考虑的是自己。
吐血力薦!!!
第一遍看了个框架,第二遍刷刷习题,加深各个章节的关联。值得五星推荐。
很不错!一本参考书。
仔仔细细的看了一小半,线程和网络部分都补起来了
哪里不会点哪里,这是一本神奇的书。
非常好,涉及Linux系统编程的方方面面。深入浅出,不是只介绍API,而是会深入到操作系统层面去解释原理和缘由。作者不愧是Linux手册的维护者。没看过APUE,直接看了这本,终于还是没失望。
复习的时候快速跳读了十几章,相见恨晚啊!大概1/3讲原理,1/3讲api,1/3讲最佳实践,可读性非常好,观其大略,读得飞快。
目前只看了几章,重新温习一下 Linux 的系统调用,有很多以前没有的体会。
Linux系统编程学习第一书,概念讲解清晰还有实际的代码例子可以修改运行。