The Best Unix Books
-
Advanced Programming in the UNIX Environment
by W. Richard Stevens, Stephen A. Rago
This book describes the programming interface to the Unix system--the system call interface and many of the functions provided in the standard C library. It is intended for anyone writing programs that run under Unix.
Like most operating systems, Unix provides numerous services to the programs that are running -- open a file, read a file, sta...
-
Unix Network Programming, Vol. 1: The Sockets Networking API
by W. Richard Stevens, Bill Fenner, Andrew M. Rudoff, Richard W. Stevens
-
Linux and the Unix Philosophy
by Mike Gancarz
"The concept of Linux and the GNU project, while appearing to be the 'next step' of the Unix Philosophy, is only the return from a wayward path. Everything stated in the Unix Philosophy's first edition is just as true today, perhaps even more so. The addition of source code availability allows you to see exactly how these masters of code created...
-
The UNIX Programming Environment
by Brian W. Kernighan, Rob Pike
This slim classic shows why programmers love developing under Unix.









