Mac 下查看端口占用

查看端口占用: lsof -i tcp:${端口}

杀死进程:kill ${pid}

如果杀不死,则使用:sudo kill -9 ${pid}

# mac  端口 

评论

Your browser is out-of-date!

Update your browser to view this website correctly. Update my browser now

×