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
Max relax-able permission value with out giving write permission to others?
Explain what are the system calls used for process management?
What are the various schemes available in ipc?
What are two different models of ipc differentiate both?
What is the full form of ipc?
Explain linking across directories?
Please explain fork() system call?
How to get or set an environment variable from a program?
Which ipc is the fastest in unix?
Tell me set-user-id is related to (in unix)?
Explain about daemon?
What is daemon?
What is fork()?
Explain what is the process id for kernel process?
How to write the program on full-duplex communication on bidirectional(e.g using two pipes)?