how to create tree of processes. one parent and 3 childs.
Answer / vijay kumar reddy
pid= fork();
if(pid>0)
{
fork();
}
else
printf();
| Is This Answer Correct ? | 0 Yes | 5 No |
How to know whether the message queue is empty or not.
Max relax-able permission value with out giving write permission to others?
What are the various schemes available?
Which ipc is the fastest in unix?
Describe the initial process sequence while the system boots up?
What is i-node numbers?
Explain how do you execute one program from within another?
What is ipc port?
How can you get or set an environment variable from a program?
Explain linking across directories?
What are the process states in Unix?
About i-node numbers