Beranda Kill multiple process in one command centos/redhat/ubuntu byJahtra •April 02, 2021 0 Example : python multiple process and cannot select python process to killRun this magic comand : ps -ef | grep "python3.6" | awk '{print $2}' | xargs kill Facebook Twitter