In Unix, Which system call creates the new process?

2023

In Unix, Which system call creates the new process?

Answer: A. forkAnswer: a Explanation: In UNIX, a new process is created by fork() system call. fork() system call returns a process ID which is generally the process id of…

  1. A.

    fork

  2. B.

    create

  3. C.

    new

  4. D.

    none of the mentioned

Attempted by 888 students.

Show answer & explanation

Correct answer: A

Answer: a

Explanation: In UNIX, a new process is created by fork() system call. fork() system call returns a process ID which is generally the process id of the child process created.

Explore the full course: Cdac C Cat Complete Preparation

Loading lesson…