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
How to write the program on full-duplex communication on bidirectional(e.g using two pipes)?
What is the condition required for dead lock in unix system?
Explain what are the system calls used for process management?
What is unix ipc?
What is ln(linking)?
Tell me set-user-id is related to (in unix)?
Explain the system calls used for process management?
Explain linking across directories?
How to get or set an environment variable from a program?
What is ipc port?
What are two different models of ipc differentiate both?
Which ipc is faster?
Explain what is the process id for kernel process?
How to write the program on full-duplex communication on bidirectional?
What is the very first process created by kernel?