Linux下杀进程

$ ps -ef | grep firefox

smx 1827 1 4 11:38 ? 00:27:33 /usr/lib/firefox-3.6.18/firefox-bin
smx 12029 1824 0 21:54 pts/0 00:00:00 grep --color=auto firefox

$kill -s 9 1827

原文地址:https://www.cnblogs.com/jugglee/p/8656878.html