RE: How to detatch a process from the terminal

2003-01-17 Thread Ramesh Pathak
sh Pathak/Satyam) Subject RE: How to detatch a process from the terminal : Perhaps your process

RE: How to detatch a process from the terminal

2003-01-17 Thread Rick Carroll
[EMAIL PROTECTED] Subject: How to detatch a process from the terminal Hi everybody, I am running an application as a daemon. This need to keep running in the background. I started this through a shell script after setting up the environmental variables there. The application is running just

How to detatch a process from the terminal

2003-01-16 Thread Ramesh Pathak
Hi everybody, I am running an application as a daemon. This need to keep running in the background. I started this through a shell script after setting up the environmental variables there. The application is running just fine till I am keeping the session open. But as soon as I close the session