Hacker News new | ask | show | jobs
by fexl 5349 days ago
I thought that spawning a new process was the same as forking. What am I missing?
1 comments

http://linux.die.net/man/2/fork - this explains better.
Thanks, but I already know what fork does. My point is that "fork" is precisely how one spawns a new process, and there is no other way to do so.