kill -9 `ps -ef|grep '进程名称'| awk '{print $2}' //这里的print $2 代表只输出进程Pid , 然后用``反引号括起来, kill -9 `里面的所有进程`