第 30 章 進程

目錄

1. 引言
2. 環境變數
3. 進程控制
3.1. fork函數
3.2. exec函數
3.3. wait和waitpid函數
4. 進程間通信
4.1. 管道
4.2. 其它IPC機制
5. 練習:實現簡單的Shell