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 are various IDs associated with a process?

3 Answers  


Max relaxable permisssion value with out giving write permission to others?

2 Answers   IBM,


Max relax-able permission value with out giving write permission to others?

0 Answers  


What is a Daemon?

3 Answers  


Which ipc is faster?

0 Answers  






How to write the program on full-duplex communication on bidirectional(e.g using two pipes)?

0 Answers  


What is ipc in unix?

0 Answers  


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

0 Answers  


What is Inode.

2 Answers   HCL,


What are the process states in Unix?

11 Answers  


Predict the output of the following program code main() { fork(); printf("Hello World!"); }

3 Answers  


set-user-id is related to (in unix)

1 Answers  


Categories