Answer Posted / shilpa
The 'fork()' call is used to create a new process from an
existing process. The new process is called the child
process, and the existing process is called the parent. We
can tell which is which by checking the return value
from 'fork()'
| Is This Answer Correct ? | 69 Yes | 5 No |
Post New Answer View All Answers
What are the various schemes available?
What is the very first process created by kernel?
What are two different models of ipc differentiate both?
Which ipc is the fastest in unix?
Tell me set-user-id is related to (in unix)?
What is fork()?
How to write the program on full-duplex communication on bidirectional(e.g using two pipes)?
What is i-node numbers?
Explain the initial process sequence while the system boots up?
What is the full form of ipc?
What is the condition required for dead lock in unix system?
What are the various schemes available in ipc?
How to write the program on full-duplex communication on bidirectional?
How to get or set an environment variable from a program?
Explain a zombie?