how to create tree of processes. one parent and 3 childs.
Answer Posted / vijay kumar reddy
pid= fork();
if(pid>0)
{
fork();
}
else
printf();
| Is This Answer Correct ? | 0 Yes | 5 No |
Post New Answer View All Answers
Which ipc is faster?
Explain a zombie?
Explain how do you execute one program from within another?
Explain what is the process id for kernel process?
What is fork()?
Explain the system calls used for process management?
Which ipc is the fastest in unix?
Max relax-able permission value with out giving write permission to others?
What is ipc in unix?
Explain linking across directories?
How to write the program on full-duplex communication on bidirectional(e.g using two pipes)?
Please explain fork() system call?
What is the condition required for dead lock in unix system?
Explain the advantage of executing a process in background?
Tell me set-user-id is related to (in unix)?