Link to home
Start Free TrialLog in
Avatar of Vijay_Nikam
Vijay_Nikam

asked on

How to init/call/run another process from current process

Hello Experts,

I am writing a process and want to call another process from this current process in Linux user space. Could anyone please let me know, how to achieve this? ? ? Also please suggest some book which can give me detailed knowledge of multi-tasking/multi-threaded programming, thank you...

Kindly please acknowledge ... thank you ...

Kind Regards,
VN
Avatar of Morne Lategan
Morne Lategan
Flag of South Africa image

Hi there,

What language are you writing your process in?

Have a look at this reference by the developer of Dansguardian about books that helped him:

http://dansguardian.org/?page=howididit
Avatar of Vijay_Nikam
Vijay_Nikam

ASKER

thanks for the prompt reply ...

> What language are you writing your process in?
   Language: C

Kindly please acknowledge ... thank you ...
Have a look at the man pages for:

fork
exec
execve
system
seteuid
ASKER CERTIFIED SOLUTION
Avatar of Morne Lategan
Morne Lategan
Flag of South Africa image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial