How do you execute one program from within another?

Answers were Sorted based on User's Feedback



How do you execute one program from within another?..

Answer / vishal

actually there are 6 varients of exec
like execv,execl,execp and 3 more

Is This Answer Correct ?    4 Yes 0 No

How do you execute one program from within another?..

Answer / wizard

with the help of "exec" version.

look for man pages for more help

Is This Answer Correct ?    2 Yes 0 No

How do you execute one program from within another?..

Answer / kumar

by calling system call fork() to create child process which
handles the other.

Is This Answer Correct ?    2 Yes 0 No

How do you execute one program from within another?..

Answer / kamal

We can use system system call also.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Unix IPC Interview Questions

What is i-node numbers?

0 Answers  


About ln(linking)

1 Answers   Infosys,


Which ipc is faster?

0 Answers  


What is Inode.

2 Answers   HCL,


What is a zombie?

10 Answers  






Explain fork() system call?

12 Answers   ASAS, IBM,


What are various IDs associated with a process?

4 Answers  


what is the condition required for dead lock in unix sustem ?

2 Answers  


What are the system calls used for process management:

5 Answers  


What is an advantage of executing a process in background?

2 Answers  


Please describe the initial process sequence while the system boots up?

0 Answers  


How to write the program on full-duplex communication using 2 FIFOs

0 Answers  


Categories