书籍 Understanding UNIX/LINUX  Programming的封面

Understanding UNIX/LINUX Programming

Bruce Molay

出版社

Prentice Hall

出版时间

2002-12-05

ISBN

9780130083968

评分

★★★★★
书籍介绍

For courses in Unix Systems Programming, Unix System Administration, and as a supplemental text for courses in Advanced Networks and Systems Programming. This readable and comprehensive text clearly explains Unix programming and structure by addressing the solid fundamentals of Unix and providing different solutions to problems. All ideas and principles are introduced in the context of a practical problem, and excellent use is made of illustrations and listings in the text. Projects are solved by the development of complete programs, which are clearly commented on and integrated with explanations in the text.

用户评论
劳资也有这一天(→_→)
what does it do->how does it work->let's write our own version。讲得也很清楚
关于 UNIX 编程入门的书,难度不高,循序渐进,读起来很轻松,也有不少收获,比较系统地了解(只能说是了解)了一遍 UNIX 基础。当然,这本书最大的问题也在于其写于近 20 年前,书中提到的一些命令和 API 在新版本 Linux 中已经被淘汰了,读的时候务必自行 man 查阅手册。
见中文版
相比APUE读起来轻松,手把手带你怎么找文件位置,用基本的read/write/buffer/tell手写基本指令
很强的一本书,课程问题虽然只看了前九章。讲解清楚,编写的代码也很有趣
THE Best introduction to UNIX system programming I ever read.
作者的讲解很有特色,读完之后会对Unix/Linux 系统有更深的了解