Bootstrap

linux杀进程-kill

 查找端口号进程:

netstat -tulnp | grep :端口号

 杀掉进程:

kill -9 进程ID

;