Linux kill process by user & executable

Sometimes I find myself spawning a lot of identical processes by mistake.

pkill -u user -f cmd_or_process_name
comments powered by Disqus