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
Explain what are the system calls used for process management?
What is daemon?
Explain linking across directories?
Explain about daemon?
What is ipc port?
Which ipc is the fastest in unix?
How to get or set an environment variable from a program?
Please explain fork() system call?
Explain how do you execute one program from within another?
Max relax-able permission value with out giving write permission to others?
What is the full form of ipc?
What is ipc in unix?
What is unix ipc?
Please describe the initial process sequence while the system boots up?
How to write the program on full-duplex communication on bidirectional(e.g using two pipes)?