Tuesday, May 14, 2024
 Popular · Latest · Hot · Upcoming
15
rated 0 times [  15] [ 0]  / answers: 1 / hits: 10406  / 1 Year ago, sat, november 26, 2022, 7:19:20

When I want to kill a process via System Monitor I am presented with 2 quick ways, Kill Process and End Process. What is the difference between these two?


More From » process

 Answers
5

Per the System Monitor manual, you should normally use "End Process", and only if that fails use "Kill Process":




You usually terminate a process only if you cannot end the process
normally as described in To End a Process.




On a technical level this makes me think that End Process sends a SIGQUIT, which allows the process to trap and perform cleanup if needed, but if that fails, Kill Process should send a SIGKILL which should violently terminate the process, without chance of recovery. Use sparingly!


[#39117] Sunday, November 27, 2022, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
vigorousom

Total Points: 394
Total Questions: 96
Total Answers: 110

Location: Pitcairn Islands
Member since Fri, Oct 15, 2021
3 Years ago
vigorousom questions
Thu, Oct 6, 22, 16:53, 2 Years ago
Sun, May 15, 22, 08:14, 2 Years ago
Thu, Apr 6, 23, 22:39, 1 Year ago
;