Skip to main content

Timeline for answer to What is the function of "kill -1 -9" command? by Tobi Obadiah

Current License: CC BY-SA 3.0

Post Revisions

5 events
when toggle format what by license comment
Jan 13, 2018 at 19:28 comment added Tobi Obadiah @coding_ninza Arguments passed in this way. The 1st represent signal type and the second PID
Jan 13, 2018 at 19:25 history edited Tobi Obadiah CC BY-SA 3.0
added 122 characters in body
Jan 13, 2018 at 16:12 comment added Rinzwind Hmm the would be kill -1 9 NOT kill -1 -9. I agree with steeldriver: it probably is kill -9 -1 since -1 is a special case. -9 is not a option, nor a valid process number since those are all positive except for -1
Jan 13, 2018 at 15:59 comment added coding_ninza Here what "1" and "9" stands for
Jan 13, 2018 at 14:28 history answered Tobi Obadiah CC BY-SA 3.0