Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1385138
  • 博文数量: 247
  • 博客积分: 10147
  • 博客等级: 上将
  • 技术积分: 2776
  • 用 户 组: 普通用户
  • 注册时间: 2008-01-24 15:18
文章分类

全部博文(247)

文章存档

2013年(11)

2012年(3)

2011年(20)

2010年(35)

2009年(91)

2008年(87)

我的朋友

分类: LINUX

2010-05-19 19:21:35

1.lsof
lsof -i:8010
 
2.pfiles --only for solaris
pfiles * >> any_name.file

在重定向的 any_name.file 文件中查找端口,就能找到对应的进程
 
3.netstat  --only for linux
 
netstat -ntpl | grep 9088  --linux
 
阅读(1193) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~