Linux

What system calls are used for creating a new process?

Difficulty: unrated

Source: bregman-arie/devops-exercises by Arie Bregman

Answer

fork(), exec() and the wait() system call is also included in this workflow.