linux 3g模块自动识别apn,Linux:关于netstat -apn的疑问

启动Socket监听8080端口,通过如下指令可知该端口正被监听:

[root@localhost ~]# netstat -apn | grep 8080

tcp 0 0 :::8080 :::* LISTEN 3272/java

man netstat中对a、p、n三个选项的解释分别如下:

-a, --all

Show both listening and non-listening (for TCP this means established connections) sockets.With the --interfaces option, show interfaces that are not up

-p, --program

Show the PID and name of the program to which each socket belongs.

--numeric , -n

Show numerical addresses instead of trying to determine symbolic host, port or user names.

按我的理解,-apn是把这三个选项的功能综合起来了,但我发现下面的三种方式有两种却无法获取到8080端口被监听:

[root@localhost ~]# netstat -a | grep 8080 // 无法获取

[root@localhost ~]# netstat -ap | grep 8080 // 无法获取

[root@localhost ~]# netstat -an | grep 8080

tcp 0 0 :::8080 :::* LISTEN

为什么-a、-ap就无法获取到8080端口正在被监听呢?

为什么我的问题被踩了......=。=

难怪被踩了这问题问得太没水准了,不过这问题我之前确实困惑好久=。=

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值