Linux下查看进程占用端口:
查看程序进程号:sudo ps –ef | grep 进程名查看进程占用的端口号:sudo netstat –anp | grep 进程号使用lsof命令: sudo lsof –i :端口号