Answer Posted / jitendra patil
fork() system call are used in unix for making child
process.
The child process copy the source code of
the parent process and assaign new memory address.
Is This Answer Correct ? | 9 Yes | 14 No |
Post New Answer View All Answers
Explain the advantage of executing a process in background?
How to write the program on full-duplex communication on bidirectional?
Max relax-able permission value with out giving write permission to others?
What is fork()?
Which ipc is the fastest in unix?
What is the full form of ipc?
Explain about daemon?
Explain a zombie?
What is ipc port?
Which ipc is faster?
What are the various schemes available in ipc?
Explain what are the system calls used for process management?
What is the very first process created by kernel?
What is ln(linking)?
How to write the program on full-duplex communication on bidirectional(e.g using two pipes)?