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
What is the very first process created by kernel?
What is ipc port?
Which ipc is the fastest in unix?
Which ipc is faster?
What is daemon?
What is ipc in unix?
Tell me set-user-id is related to (in unix)?
Explain 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)?
Please explain fork() system call?
Explain the system calls used for process management?
Explain the advantage of executing a process in background?
Explain about daemon?
What are two different models of ipc differentiate both?
What are the various schemes available?