DocMCQs Educational Banner

In Unix, which system call creates the new process?

Question: In Unix, which system call creates the new process?
  • A. a) create
  • B. b) fork
  • C. c) new
  • D. d) none of the mentioned
Correct Answer: B. b) fork
Explanation: 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.

Leave a Comment

Your email address will not be published. Required fields are marked *

Join Our WhatsApp Channel ×
Scroll to Top