linux根据端口杀死进程 kill -9 $(netstat -tlnp | grep 8080 | awk '{print $7}' | awk -F '/' '{print $1}') 8080为你想杀死进程的端口红啊 voidcat 2016年3月28日 7,370