linux 端口被占用

131 阅读1分钟

一、查看端口是否被占用:netstat -alnp | grep 8083(或者用ps -ef|grep 8083)

image.png

二、杀掉进程:kill -9 8440

image.png