linux查找端口下的应用

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

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

posted @ 2020-11-13 11:03  Dyaqi  阅读(183)  评论(0编辑  收藏  举报