Notes for interview questions on OS, together with linux
Operating system
linux系统调用
- fork()
创建一个新进程
Thefork
function creates a new processes and returns twice: once to the parent and once to the child.
https://blog.csdn.net/wuqishuang/article/details/48399251