当前位置:操作系统 > 电脑通通透 >>

使用netstat命令过滤查看linux及windows监听端口

使用netstat命令过滤查看linux及windows监听端口

linux:
netstat -lnp|grep 8080

windows:

netstat -ano|findstr 8080

查看端口“8080”被哪个应用占用,,继续执行下面命令:

tasklist|findstr "8080"



CopyRight © 2022 站长资源库 编程知识问答 zzzyk.com All Rights Reserved
部分文章来自网络,