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 the very first process created by kernel?
Explain the system calls used for process management?
What is daemon?
Which ipc is the fastest in unix?
Explain what are the system calls used for process management?
How to get or set an environment variable from a program?
Please explain fork() system call?
Explain a zombie?
How to write the program on full-duplex communication on bidirectional(e.g using two pipes)?
Explain how do you execute one program from within another?
What are the various schemes available in ipc?
What is fork()?
Please describe the initial process sequence while the system boots up?
What are the various schemes available?
Explain what is the process id for kernel process?