Jump to ratings and reviews
Rate this book

Understanding UNIX/LINUX Programming: A Guide to Theory and Practice

Rate this book
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.

552 pages, Paperback

First published December 5, 2002

8 people are currently reading
133 people want to read

About the author

Bruce Molay

3 books

Ratings & Reviews

What do you think?
Rate this book

Friends & Following

Create a free account to discover what your friends think of this book!

Community Reviews

5 stars
13 (34%)
4 stars
16 (42%)
3 stars
8 (21%)
2 stars
1 (2%)
1 star
0 (0%)
Displaying 1 - 3 of 3 reviews
Profile Image for Ramesh.
28 reviews2 followers
March 18, 2011
This is the next book to read after Harley Hahn's Guide to Unix/Linux. Takes you through building a basic shell and demonstrates the inner workings of the Unix shell.
Profile Image for Lax.
6 reviews
August 17, 2022
This textbook provides a top-down approach to understand the OS, using three step-by-step questions: (1) What does the user program do; (2) Which system calls does the program use? Use the man and grep command to confirm them ; (3) Write your own version, compare with that of the OS, and consider how to optimize it in the algorithm.

This approach also reflects “the separation of policy and mechanism”, one of principles of UNIX programming. The key ingredient is the system call.

It is a pity that this book has no revised edition. Some code now fails to run on the runtime environment. It makes this book a little old-fashioned.
Displaying 1 - 3 of 3 reviews

Can't find what you're looking for?

Get help and learn more about the design.