1.

In Unix, Which system call creates the new process?(a) fork(b) create(c) new(d) none of the mentionedI got this question in exam.Asked question is from Processes in portion Processes of Operating System

Answer»

Correct option is (a) fork

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.



Discussion

No Comment Found

Related InterviewSolutions