Kill Proccess

[Solved] Kill Proccess | Shell - Code Explorer | yomemimo.com
Question : kill proccess

Answered by : khoda-khunti

$ kill -9 `ps aux | grep <keyword> | grep -v grep | awk '{print $2}'`

Source : https://www.xmodulo.com/how-to-kill-multiple-processes-at-once-with-grep.html | Last Update : Wed, 15 Jun 22

Answers related to kill proccess

Code Explorer Popular Question For Shell