会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
博客园
首页
新随笔
管理
2020年6月30日
linux port
摘要: 检测其它主机端口是状态 curl ip:port curl 192.168.1.1:8080 检测本机端口是否被占用 lsof -i:8000 查看所有端口详细信息,包括进程id sudo netstat -antulp sudo netstat -anltup | grep 8000 -a all
阅读全文
posted @ 2020-06-30 11:39 fndefbwefsowpvqfx
阅读(126)
评论(0)
推荐(0)
编辑