首页 运维 网络学院 查看内容

Linux下查询本地打开的服务端口

2011-3-22 14:42 585 0

摘要:   netstat -tnl  Active Internet connections (only servers)  Proto Recv-Q Send-Q Local Address Foreig...
关键词: LISTEN 0.0 tcp Address connections Internet 以上 netstat Foreign servers

  netstat -tnl  Active Internet connections (only servers)  Proto Recv-Q Send-Q Local Address Foreign Address State  tcp 0 0 0.0.0.0:3306 0.0.0.0:* LISTEN  tcp 0 0 0.0.0.0:2000 0.0.0.0:* LISTEN  tcp 0 0 0.0.0.0:1720 0.0.0.0:* LISTEN  tcp 0 0 ::ffff:127.0.0.1:8005 :::* LISTEN  tcp 0 0 :::8009 :::* LISTEN  tcp 0 0 :::8080 :::* LISTEN  tcp 0 0 :::80 :::* LISTEN  tcp 0 0 :::22 :::* LISTEN  以上为某台Linux服务器所打开的服务
声明:文章版权归原作者所有 部分文章转自互联网 如有侵权请联系 [邮箱地址] 删除

路过

雷人

握手

鲜花

鸡蛋

最新评论

返回顶部