beyond fork() + exec() (linux)
the core process-oriented system calls have been fork(), which creates a child process as a copy of the parent, and exec(), which runs a new program in the place of the current one. - Moving beyond fork() + exec() / HN
Written on August 7, 2026, Last update on
process