Explain a zombie?
No Answer is Posted For this Question
Be the First to Post Answer
How to know whether the message queue is empty or not.
set-user-id is related to (in unix)
Which ipc is faster?
What are various IDs associated with a process?
How do you execute one program from within another?
how to create tree of processes. one parent and 3 childs.
What is a zombie?
What is fork()?
Predict the output of the following program code main() { fork(); printf("Hello World!"); }
Explain the advantage of executing a process in background?
Explain about daemon?
How to write the program on full-duplex communication on bidirectional(e.g using two pipes)?