Last updated 5 years ago
We can create a process in a program by a system call fork.
fork
After calling fork, the original process splits into two, the original one, and the new created one.