Site icon DocMCQs

In Unix, which system call creates the new process?

 a) create
b) fork
c) new
d) none of the mentioned

fork

The fork() system call is used in Unix-like operating systems to create a new process. It creates a copy of the current process, called a child process, which runs concurrently with the parent process.

Exit mobile version