Comments on: How to Find and Kill Running Processes in Linux https://www.tecmint.com/find-and-kill-running-processes-pid-in-linux/ Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks. Thu, 15 Feb 2024 10:29:18 +0000 hourly 1 By: Gianni https://www.tecmint.com/find-and-kill-running-processes-pid-in-linux/comment-page-1/#comment-2136024 Thu, 15 Feb 2024 10:29:18 +0000 http://www.tecmint.com/?p=17117#comment-2136024 pidof requires knowing the exact name of the process, I have always used this command:

ps ax | grep gimp

instead pidof gimp would not have been useful.

]]>
By: Rinsha https://www.tecmint.com/find-and-kill-running-processes-pid-in-linux/comment-page-1/#comment-1774675 Mon, 25 Apr 2022 17:02:17 +0000 http://www.tecmint.com/?p=17117#comment-1774675 How to find out the most CPU utilizing process and kill the process.

]]>
By: Aaron Kili https://www.tecmint.com/find-and-kill-running-processes-pid-in-linux/comment-page-1/#comment-876338 Fri, 17 Mar 2017 21:03:26 +0000 http://www.tecmint.com/?p=17117#comment-876338 In reply to Jan.

@Jan

Welcome, many thanks for appreciating our work, and the useful feedback.

]]>
By: Jan https://www.tecmint.com/find-and-kill-running-processes-pid-in-linux/comment-page-1/#comment-876115 Thu, 16 Mar 2017 20:02:57 +0000 http://www.tecmint.com/?p=17117#comment-876115 Thank you Aaron . Nice simple article. gj!

]]>
By: Lingeek https://www.tecmint.com/find-and-kill-running-processes-pid-in-linux/comment-page-1/#comment-710785 Sat, 21 Nov 2015 23:32:20 +0000 http://www.tecmint.com/?p=17117#comment-710785 sudo Kill -15 [pid]
The best of all to kill a process in Linux

]]>