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 the condition required for dead lock in unix system?

0 Answers  


what is the process id for kernel process?

8 Answers   IBM, ITI, Military Engineer Services, Remo, TATA,


What is the very first process created by kernel?

0 Answers  


What is an advantage of executing a process in background?

2 Answers  


What are the various schemes available in ipc?

0 Answers  






What is IPC? What are the various schemes available?

5 Answers  


Explain how do you execute one program from within another?

0 Answers  


What are two different models of ipc differentiate both?

0 Answers  


Explain the system calls used for process management?

0 Answers  


Explain a zombie?

0 Answers  


What are the process states in Unix?

11 Answers  


Linking across directories?

2 Answers  


Categories