tobegit3hub / understand_linux_process

The open-source ebook of Understand Linux Process
MIT License
1k stars 170 forks source link

Add program of orphan process #8

Open tobegit3hub opened 9 years ago

tobegit3hub commented 9 years ago
## 编程实例

如何创建孤儿进程呢?只要创建一个进程,把父进程杀掉,子进程就是孤儿进程了。