Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

10
  • 1
    @nohup. answer extended, but essentially, "yes; it handled the kill -15 you'd already sent". Commented Jul 27, 2016 at 14:45
  • 2
    @nohup yes, as per the documentation: « While a process is stopped, no more signals can be delivered to it until it is continued ... The signals are marked as pending, but not delivered until the process is continued. » Commented Jul 27, 2016 at 14:56
  • 1
    See also SIGTTIN and SIGTTOU that also stop processes Commented Jul 27, 2016 at 15:13
  • 1
    @StéphaneChazelas good point. I've added mention of these but otherwise ignored them. Please feel free to edit as you see fit. Commented Jul 27, 2016 at 16:30
  • 2
    @coteyr. I disagree: SIGKILL prevents an app from cleaning up, so using SIGTERM is preferable in many (most) cases. Commented Jul 28, 2016 at 13:16