understand_linux_process
understand_linux_process copied to clipboard
Add program of orphan process
## 编程实例
如何创建孤儿进程呢?只要创建一个进程,把父进程杀掉,子进程就是孤儿进程了。