Michael Kerrisk is well-known in the Linux community as the maintainer of the man-pages project (www.kernel.org/doc/man-pages/), which documents the Linux kernel-userspace and standard C library interfaces. A former Digital Equipment Corporation programmer and trainer, Kerrisk was more recently an engineer at Google and then a fellow at the Linux Foundation working on kernel-userspace interface design review, testing, and documentation. He is a New Zealander living with his family in Munich, Germany.
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.
粗略的扫了一遍,许多2.6最新的接口都有详细的介绍,对 Linux 编程来说可以取代 APUE 作为案头参考书了。 前面有人提到到语文的问题,我觉得对技术书籍来说只要不是太晦涩就不是大的问题吧。
评分花了几天时间,也只算是把这本书的内容大致过了一遍,还有很多细节的东西没有弄清楚,特别是信号、权限控制等等。UNIX真是一个复杂的系统! 这本书号称超越AUPE,读起来确实不那枯燥,特别是有很多特性如何选择的最佳实践,这是最实用的地方!有些Linux上特有的特性如epoll,A...
评分看过apue,和linux系统编程,之后看了这本书,感觉这本书确实是最全面的。 比如linux系统编程并没有提及关于线程的问题,apue没有讲文件系统,epoll(linux专有),/proc文件系统,inotify等 这样比较确实很全面 但是看着的时候感觉这本书上几乎所有的东西都来自与apue,linux系...
评分本书既可以用来全面熟悉Linux/Unix系统编程,又可以作为手册时常查阅,阅读时最好有C基础和linux的使用经验 有同学说本书内容全面细致,但是缺乏由浅入深的特性,个人认为这样的书很难对初学者表现的很友好,包括APUE也是这样,读起来还不如这本更顺畅 2015-09-12 一年内利用...
评分就翻译和行文上来看,个人认为此书要比APUE质量更高,行文更加流畅,阅读并无晦涩的感觉。基于系统调用但不止于系统调用,几乎每一个系统调用的用法、作用、调用参数等均给出了详细的解释以及代码用例,唯一遗憾的就是对标准I/O库函数未做详细的介绍,仅详细的描述了缓冲区等内...
比较认真地看了前 10 章,后面的就随便翻了翻,这书其实跟 Linux System Programming 相差不大,只是厚了几倍,介绍了更多的 system calls……(咳咳,还有个 bonus 是习题,我还没做完 TAT
评分只看了socket/io-multiplexing/IPC/so部分;juebi not just one fucking manual
评分比较认真地看了前 10 章,后面的就随便翻了翻,这书其实跟 Linux System Programming 相差不大,只是厚了几倍,介绍了更多的 system calls……(咳咳,还有个 bonus 是习题,我还没做完 TAT
评分吐血力薦!!!
评分13 年标记的想读,读了五分之一放弃了……上个月下定决心,耗费了八周几乎全部的业余时间,终于从头到尾一字不落的读完了……64 章,1400 页的篇幅,巨细靡遗,超越 APUE 的绝对经典。可以说,普通后端工程师碰到的大多数日常问题,都可以在这本书里找到答案……这书就是一个加强版的 Linux 操作系统的手册。但是不得不说,操作系统手册类的书读起来真的是太枯燥了,历史包袱太重,简单的抽象背后(所谓的 Unix 哲学)映射到现实世界,就是成百上千各种风格杂糅在一起的 syscall,归到底,现实世界还是太复杂啦……
本站所有内容均为互联网搜索引擎提供的公开搜索信息,本站不存储任何数据与内容,任何内容与数据均与本站无关,如有需要请联系相关搜索引擎包括但不限于百度,google,bing,sogou 等
© 2025 book.quotespace.org All Rights Reserved. 小美书屋 版权所有