When you first learn about the fork() syscall, it can seem magical. How can a single system call produce two different return values at the same time?!

In my latest article, I demystify the hidden magic of fork and also show how it is implemented in Linux.
https://blog.codingconfessions.com/p/the-magic-of-fork

Comments