/Linux-Etudes

A bunch of exercises in Linux/UNIX C programming.

Primary LanguageC

Linux Etudes

Short exercises in Linux/UNIX.

To build:

$ make

To run:

$ ./etudes help

Each file focuses on a useful Linux/UNIX programming feature / technique, with extensive comments. Temporary files are stored in the tmp directory.

The book The Linux Programming Interface was a valuable reference.