Answer Posted / deep
fork() system call are used in unix for making child process.
whenever parent procces call fork()system call it create
child process and copy the sorce code of parent process in
child process and return the p_id of child process and
creating child process return itself is zero.
| Is This Answer Correct ? | 19 Yes | 7 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?
How to write the program on full-duplex communication on bidirectional(e.g using two pipes)?
What is the full form of ipc?
Explain linking across directories?
What is unix ipc?
Which ipc is faster?
What is i-node numbers?
How to write the program on full-duplex communication on bidirectional?
What is the condition required for dead lock in unix system?
Explain the advantage of executing a process in background?
Explain how do you execute one program from within another?
Explain the system calls used for process management?
Max relax-able permission value with out giving write permission to others?