[Tips]Linux端口占用查看

查看某个端口

lsof -i:端口号

  

查看进程对端口的占用情况

netstat -tunlp

  

原文地址:https://www.cnblogs.com/immortalBlog/p/11177024.html