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?
Please explain fork() system call?
What are the various schemes available in ipc?
What is daemon?
Tell me set-user-id is related to (in unix)?
What is the condition required for dead lock in unix system?
What is ipc port?
Explain linking across directories?
What is ipc in unix?
How to write the program on full-duplex communication on bidirectional(e.g using two pipes)?
Explain how do you execute one program from within another?
What is i-node numbers?
Explain the system calls used for process management?
Explain about daemon?
What are the various schemes available?