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
Explain what is the process id for kernel process?
What is ln(linking)?
What is fork()?
What is daemon?
What is ipc in unix?
Please explain fork() system call?
Explain the advantage of executing a process in background?
Which ipc is faster?
How to write the program on full-duplex communication on bidirectional?
What is unix ipc?
What are the various schemes available in ipc?
How to get or set an environment variable from a program?
Explain what are the system calls used for process management?
What is the condition required for dead lock in unix system?
What is i-node numbers?