what are the function of fork in kernel
Answers
Answered by
1
Answer:
fork() is a system call. fork is used to create a child process from the running process, which is a replica of the parent process(Process which executed fork() ). Child process is derived from the parent process.
Answered by
1
Answer:
The fork function is used to create a new process by duplicating the existing process from which it is called. The existing process from which this function is called becomes the parent process and the newly created process becomes the child process.
Similar questions
Environmental Sciences,
5 months ago
English,
5 months ago
Math,
10 months ago
Social Sciences,
10 months ago
Chemistry,
1 year ago
Computer Science,
1 year ago