Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
目录
1. 引言
2. 环境变量
3. 进程控制
3.1. fork 函数
3.2. exec 函数
3.3. wait 和 waitpid 函数
4. 进程间通信
4.1. 管道
4.2. 其它 IPC 机制
5. 练习:实现简单的 Shell