首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 操作系统 > UNIXLINUX >

Linux查看端口占用景况

2013-04-26 
Linux查看端口占用情况1.netstatnetstat -aon| grep 8080?2.psps -ef |grep 8080?3.lsoflsof -i:8080?lsof

Linux查看端口占用情况

1.netstat

netstat -aon| grep 8080

?2.ps

ps -ef |grep 8080

?3.lsof

lsof -i:8080

?lsof是一个工具需要单独安装

热点排行