In UNIX which system call creates the new process?

2025

In UNIX which system call creates the new process?

Answer: C. forkIn UNIX, the fork() system call is used to create a new process. It creates an exact copy of the calling process, resulting in two processes running…

  1. A.

    new

  2. B.

    create

  3. C.

    fork

  4. D.

    none of the above

Attempted by 759 students.

Show answer & explanation

Correct answer: C

In UNIX, the fork() system call is used to create a new process. It creates an exact copy of the calling process, resulting in two processes running concurrently.

Explore the full course: Up Lt Grade Assistant Teacher 2025

Loading lesson…