Answer Posted / haritha
Fork is a funciton used to duplicate a process. The newly
created process is called "child process" and the
original one is called "parent process". The two processes
will differ only in PID (Process ID).
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to write the program on full-duplex communication on bidirectional?
How to get or set an environment variable from a program?
Which ipc is the fastest in unix?
What is the condition required for dead lock in unix system?
Explain the initial process sequence while the system boots up?
Explain what are the system calls used for process management?
Explain linking across directories?
What is ipc in unix?
What is the full form of ipc?
What are two different models of ipc differentiate both?
Explain about daemon?
What is the very first process created by kernel?
What are the various schemes available?
What is daemon?
How to write the program on full-duplex communication on bidirectional(e.g using two pipes)?