Re: [fsug-tvm] How to Handle Kll signal

2010-08-13 Thread h4nnibal
SIGKILL and SIGSTOP cannot be handled.I think SIGTERM is the signal given asking it politely terminate. You can handle it else the kernel may use SIGKILL to kill the process which none can handle. Arjun.S.R College of Engineering Trivandrum http://www.cet.ac.in/home.php On Fri, Aug 13, 2010 at

Re: [fsug-tvm] How to Handle Kll signal

2010-08-13 Thread h4nnibal
Oh! Didnt see it. Its the same. :) Arjun.S.R College of Engineering Trivandrum http://www.cet.ac.in/home.php On Fri, Aug 13, 2010 at 00:36, Mohamed Naufal naufa...@gmail.com wrote: Processes are notified of an impending shutdown by the signal SIGTERM. You could write a signal handler for it

[fsug-tvm] How to Handle Kll signal

2010-08-12 Thread deepak kumar
Hi everyone. I have a process running. Is it is possible to inform the process about the system shutdown, restart or a kill signal, so that the process can do some jobs before it gets killed. -- d...@k$ -- Freedom is the only law. Freedom Unplugged http://www.ilug-tvm.org You received this

Re: [fsug-tvm] How to Handle Kll signal

2010-08-12 Thread Mohamed Naufal
On 13 August 2010 00:00, deepak kumar deepakkuma...@gmail.com wrote: Hi everyone. I have a process running. Is it is possible to inform the process about the system shutdown, restart or a kill signal, so that the process can do some jobs before it gets killed. -- Processes are notified of