How can a parent and child process communicate?
Answer Posted / basha
this is called copy on write concept
===================================
when ever an environment variable is modified for the
first time either by the parent process or by the child
process a copy of the variable is given to the child
process. the process which modifies the value will see the
modified value. the other process will see the value
obefore modification.
export statement makes a variable as environment
variable ,visible to child
| Is This Answer Correct ? | 1 Yes | 10 No |
Post New Answer View All Answers
Max relax-able permission value with out giving write permission to others?
Explain what is the process id for kernel process?
What is ipc port?
What is the condition required for dead lock in unix system?
What are two different models of ipc differentiate both?
Explain linking across directories?
What are the various schemes available in ipc?
Explain about daemon?
Explain how do you execute one program from within another?
How to write the program on full-duplex communication on bidirectional?
How to get or set an environment variable from a program?
What is the full form of ipc?
What is daemon?
What is ln(linking)?
How to write the program on full-duplex communication on bidirectional(e.g using two pipes)?