| UNIX/Linux Forum Archives · Rules and Guidelines · Disclaimer |
Help
Search
Members
Calendar
|
| Welcome Guest ( Log In | Register ) | Resend Validation Email |
![]() ![]() ![]() |
| deepthi |
Posted: Mar 10 2005, 01:41 PM
|
|
Newbie ![]() Group: Members Posts: 1 Member No.: 852 Joined: 10-March 05 |
Hello,
I needed a help please... I have an application which launches process. For this i am using fork and execv method calls. By doing this my launched process are now child process of the parent process(launching process). I dont want this to happen, i want the process that is launched to be an independent process, not a child process. how do i achieve this. As i know, daemon process are used to run a process at background. For me i just want the launched process to run independently. Please help me with this problem, as soon as possible. Thanks and regards, deepthi email : deepthi.kallahakkala@lntinfotech.com kvdeepthi29@rediffmail.com |
| venkat_venkamolla |
Posted: Apr 7 2005, 01:12 PM
|
|
User Level: 2 ![]() ![]() Group: Members Posts: 13 Member No.: 906 Joined: 4-April 05 |
hi deepti,
This could help you i think. To run a process independently from another process use command: nohup processname & if problem let me know |
![]() |
![]() ![]() ![]() |