Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

In Unix, Which system call creates the new process?

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

Answer: b
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.

Join The Discussion