what is the process id for kernell process
Answers were Sorted based on User's Feedback
Explain how do you execute one program from within another?
Explain the advantage of executing a process in background?
Which ipc is the fastest in unix?
Predict the output of the following program code main() { fork(); printf("Hello World!"); }
What is an advantage of executing a process in background?
How to write the program on full-duplex communication on biderctional(e.g using two pipes)
What are the process states in Unix?
how to create tree of processes. one parent and 3 childs.
What is semaphone?
Please explain fork() system call?
what is the condition required for dead lock in unix sustem ?
Explain about daemon?