Multiple choice

Which of the following is the basic way to create a new process?

  1. fork() system call

  2. pipe() system call

  3. msgrcv() system call

  4. semget() system call

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

The fork() system call is the basic way to create a new process.