#обсуждения
Fkill - Interactively Search And Kill Processes On Linux
Fkill, stands for Fabulous Kill, is a cross-platform command line utility to interactively search and kill multiple processes at once. Usually, I use “top” command or “ps -ef | grep <process_name>” or “pidof <process_name>” to find the process id and kill it with command “kill -9 <PID>”.
https://www.ostechnix.com/fkill-interactively-search-and-kill-processes-on-linux/