Answer Posted / jeetendra
fork system calls creates new process from existing one.new process are called child process. code of parent process is copied to child process in new memory location.these child process can handle many process.
| Is This Answer Correct ? | 13 Yes | 4 No |
Post New Answer View All Answers
What is the very first process created by kernel?
Explain about daemon?
Please explain fork() system call?
What is the condition required for dead lock in unix system?
What is ln(linking)?
Explain the advantage of executing a process in background?
What are the various schemes available?
Explain the system calls used for process management?
Explain what is the process id for kernel process?
What is the full form of ipc?
What is ipc port?
What are the various schemes available in ipc?
What are two different models of ipc differentiate both?
Explain linking across directories?
What is unix ipc?