View Review Details


Book:   UNIX System Programming for System VR4
Subject:   UNIX Systems Programming for SVR4 Review
Date:   2001-06-19 13:06:51
From:   Richard Adams
Rating:  StarStarStarStarStar

A very useful book.


Well structured with thorough examples that you can almost cut and paste together to create complete programs.


It should be noted however that this book is about programming using system calls to the OS. It is not about GUIs or other abstracted programming environments.


Typical examples of OS programming include


Shared memory, Signal handlers, Inter Process Communication (IPC), File handling, process management, terminal management, TCP/IP client/server communication.


Oh yeah, the coding principles are well documented and pretty much portable (with minor tweaks).


See larger cover