Hacker News new | ask | show | jobs
by jlgaddis 4511 days ago
As mentioned, SIGTERM can be caught and gives the process a chance to clean up. SIGKILL, the nuclear option, cannot be blocked.

Related: Solaris tip for Linux admins: killall does exactly what it says and not what you think.