Code for Sample Programs
Understanding Unix/Linux Programming

Sample Code

This section contains the source code to all the sample programs in the book. There is one directory for each chapter and one directory (called all) that contains all the programs. Each chapter directory contains a Makefile.

Compiling

The all directory contains a shell script called Makeall that will compile all the sample programs.

Other Code Included

The all directory includes some other programs along with the code from the book. Some of the other programs are short programs that demonstrate a particular system call or idea. Some of the programs are different versions of the code in the book.