linux查找端口下的应用

lsof -i:端口 ===>得到进程

ps axu | grep 进程号 ===>得到应用

原文地址:https://www.cnblogs.com/dyaqi/p/13968298.html