1. netstat -tlnp|grep :8622 查找端口号为8622的进程
2. kill -9 24452 强制杀死id为24452的进程
Linux常用命令
原文:http://blog.csdn.net/zdp072/article/details/39288773