write About fork()?

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


Please Help Members By Posting Answers For Below Questions

Explain a zombie?

815


Explain the system calls used for process management?

722


What are two different models of ipc differentiate both?

783


Explain linking across directories?

704


Please describe the initial process sequence while the system boots up?

771


How to write the program on full-duplex communication on bidirectional?

742


Explain how do you execute one program from within another?

713


Explain the initial process sequence while the system boots up?

710


Explain the advantage of executing a process in background?

692


What is the full form of ipc?

850


Explain about daemon?

771


What is i-node numbers?

818


What are the various schemes available?

700


What are the various schemes available in ipc?

713


What is ipc port?

740