How to catch the kill signals sent by kill in C on Linux?

How to catch the kill signals sent by the kill command in C programs on Linux?

For example, I have a daemon progd running, and will kill it by:

pkill progd

The question is how to catch the signal sent by the kill command and response to it in the progd program implemented in C on Linux?

Check Catching the Signal Sent by Kill in C on Linux.

Eric Ma

Eric is a systems guy. Eric is interested in building high-performance and scalable distributed systems and related technologies. The views or opinions expressed here are solely Eric's own and do not necessarily represent those of any third parties.

Leave a Reply

Your email address will not be published. Required fields are marked *