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
Explain what is the process id for kernel process?
Max relax-able permission value with out giving write permission to others?
What are the various schemes available in ipc?
What is ipc port?
What is the condition required for dead lock in unix system?
Please explain fork() system call?
What is daemon?
Explain the initial process sequence while the system boots up?
Explain about daemon?
Which ipc is faster?
What is unix ipc?
Explain the system calls used for process management?
Which ipc is the fastest in unix?
What is the full form of ipc?
Explain a zombie?