netstat查询某个端口是否使用

windows:

netstat -aon|findstr "80"

linux:

netstat -tlnp

net stat -antup

net stat -antup|grep 80

 

posted @ 2019-04-08 17:52  唔愛吃蘋果  阅读(1834)  评论(0编辑  收藏  举报