for this question:

1. Whats the diff between running a process in background and running a process with nohup in background?


when u run the process with NOHUP option, it would not respond to the standard KILL signal,
whenever ur session gets over all the processes in that session are killed and this one (with NOHUP) option remains.
if u need to run it in the background then daemonize it, rather than this.


regards
Rajiv



Vikas Gandhi wrote:
Hi All
I am facing a strange situation. I running a process witn &(background) and gets killed when I close the session. However it does not happen with other processes. The thing was rectified when I ran the process with nohup option.
Can someone explain this behaviour.
I have some questions.....
1. Whats the diff between running a process in background and running a process with nohup in background?
2. Does a process should get killed by itself whenever I logout out of this session or not?
Thx
Vikas

--
Rajiv Khandelwal
---------------------------------------
Mindframe Software & Services Pvt. Ltd.

A-50, Sector-39, NOIDA, U.P. - 201301
Ph.: +91-120-4500369, 4575991, 4576970

http://www.mindsw.com
---------------------------------------

         ================================================
To unsubscribe, send email to [EMAIL PROTECTED] with unsubscribe in subject header. Check archives at http://www.mail-archive.com/ilugd%40wpaa.org

Reply via email to