W. Richard Stevens was an acknowledged UNIX and networking expert and the highly-respected author of several books. He was also a sought-after instructor and consultant.
Stephen A. Rago, one of the developers of UNIX System V Release 4, is currently a Principal Member of Technical Staff at Crosstor, a company created by former Bell Labs employees to develop system components and enhancements for UNIX and other systems.
发表于2024-11-22
Advanced Programming in the UNIX Environment, 3rd Edition 2024 pdf epub mobi 电子书
所有程序都在四个UNIX平台下测试过,兼容性不用多说! 讲述的内容非常全面,原理讲得很透彻。每读完一章都有很多收获。 对于有经验的程序员,拿来做参看书也很合适。 可惜的是linux内核版本是2.4的。 最后章实现了一个小型的数据库,有空细细拜读!!
评分这本书非常全面又系统的介绍了Unix/linux下libc的主要接口以及*nix各种标准的实现。和现在在用的标准相比比较老,不过其中绝大部分的东西都可以重用。 建议一边看这本书一边用man 查看系统中相应的接口的用法。当然也可以直接阅读glibc的手册,手册的信息也非常好。
评分所有程序都在四个UNIX平台下测试过,兼容性不用多说! 讲述的内容非常全面,原理讲得很透彻。每读完一章都有很多收获。 对于有经验的程序员,拿来做参看书也很合适。 可惜的是linux内核版本是2.4的。 最后章实现了一个小型的数据库,有空细细拜读!!
评分图书标签: Linux/Unix Unix Programming C 编程 Linux 计算机 unix
Advanced Programming in the UNIX Environment is a classic text describing the programming interface to UNIX Systems. The third edition updates the material to conform to Version 4 of the Single UNIX Specification and provides examples based on four contemporary systems: FreeBSD 8.0, Linux 2.6.35, Mac OS X 10.6.7, and Solaris 10. Changes from the second edition include the removal of obsolete information and the addition of more than 70 new functions. In total, more than 450 function interfaces are presented. The authors go further than merely describing the interfaces; they illustrate how they should be used and provide insight on why things are the way they are. Topics include standards, file I/O, directory handling, processes, threads, inter-process communication, signals, network communication, and terminal handling. The book contains many small source code examples written in C, as well as several chapters that provide in-depth studies of larger examples. Regardless of what UNIX System you run, this book will help you master the subtleties of writing programs to make the most of your system.
看过之后对linux系统了解深了点,不过那些个c的api啊,真尼玛丑。我还是玩玩python吧
评分很多技术细节,对全面了解unix系统非常有帮助。虽然看起来也确实很累
评分五星好评!这书唯一的缺陷,我觉得就是由于照顾了四种实现,细节差异讲的太多了,让人头大。UNIX原本的API是有一千多个,作者把重要的一两百个拿出来给你剖析,给你对UNIX的有个完整的理解,这是需要很深的功底的。看完这本书,再配合MIT的xv6课程,堪称对操作系统源码级别完美理解。
评分看过之后对linux系统了解深了点,不过那些个c的api啊,真尼玛丑。我还是玩玩python吧
评分POSIX IPC 没讲完?看来只有在读TLPI.
Advanced Programming in the UNIX Environment, 3rd Edition 2024 pdf epub mobi 电子书