 | We will describe how to write system
programs under UNIX environment using library functions and system
calls. We will cover UNIX file system manipulations, standard I/O
library, process control and signaling, and other advanced topics if
time permits. |
 | Introduction – Chapter 1 |
 | Unix Standardization and Implementation – Chapter 2 |
 | File I/O – Chapter 3 |
 | Standard I/O Library – Chapter 5 |
 | Files and Directories – Chapter 4 |
 | System Data Files and Information – Chapter 6 |
 | The Environment of a Unix Process – Chapter 7 |
 | Process Control – Chapter 8 |
 | Signals – Chapter 10 |
 | Interprocess Communication – Chapter 14 (partially) |