How do you execute one program from within another?
Answers were Sorted based on User's Feedback
Answer / vishal
actually there are 6 varients of exec
like execv,execl,execp and 3 more
Is This Answer Correct ? | 4 Yes | 0 No |
Answer / wizard
with the help of "exec" version.
look for man pages for more help
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / kumar
by calling system call fork() to create child process which
handles the other.
Is This Answer Correct ? | 2 Yes | 0 No |
What are the process states in Unix?
What are the various schemes available in ipc?
write About fork()?
Which ipc is the fastest in unix?
Max relax-able permission value with out giving write permission to others?
What are the system calls used for process management:
How to write the program on full-duplex communication using 2 FIFOs
Tell me set-user-id is related to (in unix)?
What is semaphone?
What is the full form of ipc?
Explain how do you execute one program from within another?
What is IPC? What are the various schemes available?