Linux 端口占用

解除端口占用

# 查找端口占用进程
sudo netstat -tulnp | grep 4848
# 杀死进程
kill -9 进程号
posted @ 2025-06-08 23:02  joudys  阅读(6)  评论(0)    收藏  举报