#1024一起掘金# kill $(ps -ef | grep 想要关闭的进程 | grep -v grep | awk 'NR==1 {print $2}')
6