Multiple choice Which of the following is the basic way to create a new process? fork() system call pipe() system call msgrcv() system call 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.