In Unix inter process communication take place using?
Answers were Sorted based on User's Feedback
Answer / dil ka don
Message Queues,
Fifo's
Semaphore,
Shared Memroy,
Sockets,
Signals
and File ...........
| Is This Answer Correct ? | 20 Yes | 3 No |
What is daemon?
What is ipc port?
What is the condition required for dead lock in unix system?
About i-node numbers
What is fork()?
Predict the output of the following program code main() { fork(); printf("Hello World!"); }
What are the system calls used for process management?
What is a Daemon?
Explain fork() system call?
How can a parent and child process communicate?
What Happens when you execute a command?
how to create tree of processes. one parent and 3 childs.