Explain fork() system call?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / 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 |
Explain what are the system calls used for process management?
Explain how do you execute one program from within another?
What is i-node numbers?
Explain fork() system call?
What is the very first process created by kernel?
What is unix ipc?
In Unix inter process communication take place using?
set-user-id is related to (in unix)
Which ipc is the fastest in unix?
Explain what is the process id for kernel process?
what is the process id for kernell process
What is the condition required for dead lock in unix system?