Ubuntu下释放端口

$ netstat -tul /* 查看端口,-t:tcp,-u:udp,-l:listening */

$ ps -aux | grep 8000 /* 查看8000端口占用情况,-a:all,-u:user,-x:ttys以外的 */

$ kill pid /* 杀死pid */

对 nginx 占用的端口无效,小白不懂,记一笔,备查。

你可能感兴趣的:(备查)