Kill multiple process in one command centos/redhat/ubuntu

Example : python multiple process and cannot select python process to kill

Run this magic comand : 
ps -ef | grep "python3.6" | awk '{print $2}' | xargs kill

Posting Komentar

Lebih baru Lebih lama