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 ln(linking)?
Which ipc is faster?
What is ipc in unix?
How to write the program on full-duplex communication on bidirectional?
What is fork()?
Explain what is the process id for kernel process?
Tell me set-user-id is related to (in unix)?
What is unix ipc?
What are the various schemes available?
What is i-node numbers?
Explain the advantage of executing a process in background?
What is the condition required for dead lock in unix system?
Explain how do you execute one program from within another?
How to get or set an environment variable from a program?
What is the very first process created by kernel?