Answer Posted / jagbir singh
fork is a system call used for creat a new process it return
two values ,return 0 for the child or new process and pid of
child or new process to the parent process or calling process.
child process uses same process context,which uses by the
parent process but the pcb(process context board)is differ
to the parent process
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is ipc port?
Explain linking across directories?
What are two different models of ipc differentiate both?
What is i-node numbers?
Explain about daemon?
What is ipc in unix?
Explain a zombie?
How to get or set an environment variable from a program?
What is the full form of ipc?
What is the condition required for dead lock in unix system?
How to write the program on full-duplex communication on bidirectional(e.g using two pipes)?
What is fork()?
What is the very first process created by kernel?
What are the various schemes available?
Please explain fork() system call?