binary_XY.Z的ChinaUnix博客binary.blog.chinaunix.net
binary_XY.Z
全部博文(263)
android(2)
内核开发(1)
内核管理(12)
xen(1)
vmware(8)
网络其他(2)
netfilter/iptabl(4)
网络基础(16)
oracle(0)
mysql(20)
lvs + heartbeat(11)
rpm(5)
包管理工具(0)
工具集(2)
vsftpd(2)
nginx(8)
rsync(5)
cacti(0)
resin(0)
apache(2)
nagios(0)
java web开发(1)
java(2)
系统编程(8)
php(3)
c/c++(11)
tcl与expect(2)
perl(0)
bash(54)
2013年(4)
2012年(25)
2011年(33)
2010年(50)
2009年(138)
2008年(13)
ivyliner
stremail
swming12
mfc42d
guoyan11
wb123456
weisi_
98137864
zxplinux
SundayOn
machcat
yangchun
shell_1
分类: LINUX
2009-08-15 10:37:52
lsof -- list open file
-a 对其他选项的输出做“AND”操作, 也就是“于”操作, 表示输出既满足选项1的, 又满足选项2的: lsof -a -p 234 -d0,1,2 表示输出pid为234, 且文件描述符为0,1,2的文件对比一下:lsof -p 234 -d0,1,2 会输出所有文件描述符为0,1,2的文件, 同时把pid为234的进程所打开的文件都列出来
上一篇:LINUX下SYN攻防战
下一篇:bash: 08: value too great for base (error token is
登录 注册