Answer Posted / priyanka sial
Fork() system is used to create processes. it takes no
argument and returns a process ID.
The purpose of fork is to create a new process which
becomes the child process of caller. After a new child
process is created, both processes will execute the next
instruction following the fork system call.
Is This Answer Correct ? | 8 Yes | 4 No |
Post New Answer View All Answers
Please explain fork() system call?
Explain the system calls used for process management?
What are two different models of ipc differentiate both?
What is i-node numbers?
What is the very first process created by kernel?
What is ipc in unix?
What is unix ipc?
Explain about daemon?
What is ipc port?
What are the various schemes available?
What is ln(linking)?
Explain a zombie?
Explain the initial process sequence while the system boots up?
Which ipc is faster?
What is the condition required for dead lock in unix system?