1
ps aux | grep -e 'process_name' | grep -v grep | awk '{print $2}' | xargs -i sudo kill {}
Sign in to leave a comment.