如何找到端口的进程号
lsof -i tcp:端口号
要杀死进程的话,即:kill -9 pid
本文来自博客园,作者:我只有一天的回忆,转载请注明原文链接:https://www.cnblogs.com/cc-coding/p/16851979.html
lsof -i tcp:端口号
要杀死进程的话,即:kill -9 pid
本文来自博客园,作者:我只有一天的回忆,转载请注明原文链接:https://www.cnblogs.com/cc-coding/p/16851979.html