How do you execute one program from within another?
Answer Posted / kumar
by calling system call fork() to create child process which
handles the other.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is unix ipc?
What is ipc in unix?
Explain about daemon?
Explain what is the process id for kernel process?
Which ipc is faster?
Max relax-able permission value with out giving write permission to others?
What are two different models of ipc differentiate both?
What is daemon?
Please describe the initial process sequence while the system boots up?
Which ipc is the fastest in unix?
Please explain fork() system call?
Explain what are the system calls used for process management?
How to write the program on full-duplex communication on bidirectional(e.g using two pipes)?
Tell me set-user-id is related to (in unix)?
What is the condition required for dead lock in unix system?