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 are the various schemes available?
Explain the advantage of executing a process in background?
What is i-node numbers?
What is unix ipc?
Please describe the initial process sequence while the system boots up?
Explain about daemon?
What is ipc in unix?
How to write the program on full-duplex communication on bidirectional?
What are two different models of ipc differentiate both?
Explain what is the process id for kernel process?
Please explain fork() system call?
What is fork()?
Explain the initial process sequence while the system boots up?
Explain linking across directories?
What is ln(linking)?