linux下如何查看某个进程打开了那些文件

1. 取得进程号:
#ps -ef|grep app_name
root      1773   633 99 03:51 ttyS0    00:01:48 ./app_name 3
root      1809   757  0 03:53 pts/0    00:00:00 grep app_name


2.查看打开的文件:
# ls -la /proc/1773/fd
dr-x------    2 root     root             0 Jan  1 03:52 .
dr-xr-xr-x    6 root     root             0 Jan  1 03:51 ..
lrwx------    1 root     root            64 Jan  1 03:55 0 -> /dev/ttyS0
lrwx------    1 root     root            64 Jan  1 03:55 1 -> /dev/ttyS0
lrwx------    1 root     root            64 Jan  1 03:55 10 -> /dev/ttyS2
lrwx------    1 root     root            64 Jan  1 03:55 11 -> /dev/ttyS3
lr-x------    1 root     root            64 Jan  1 03:55 12 -> /dev/mice
lrwx------    1 root     root            64 Jan  1 03:55 13 -> /mnt/tmp/xx.db
lrwx------    1 root     root            64 Jan  1 03:55 14 -> /mnt/tmp/xx.db
lrwx------    1 root     root            64 Jan  1 03:55 15 -> /mnt/tmp/xx.db
lrwx------    1 root     root            64 Jan  1 03:55 16 -> /mnt/tmp/xx.db
lr-x------    1 root     root            64 Jan  1 03:55 17 -> /mnt/tmp/xx.dat
lr-x------    1 root     root            64 Jan  1 03:55 18 -> /mnt/tmp/xx.dat
lr-x------    1 root     root            64 Jan  1 03:55 19 -> /mnt/tmp/xx.vob
lrwx------    1 root     root            64 Jan  1 03:52 2 -> /dev/ttyS0
lr-x------    1 root     root            64 Jan  1 03:55 20 -> /mnt/tmp/xx.vob
lrwx------    1 root     root            64 Jan  1 03:55 26 -> socket:[1537]
lrwx------    1 root     root            64 Jan  1 03:55 3 -> /dev/brcm0
lrwx------    1 root     root            64 Jan  1 03:55 4 -> /dev/mem
lrwx------    1 root     root            64 Jan  1 03:55 5 -> /dev/mem
lrwx------    1 root     root            64 Jan  1 03:55 6 -> /dev/mem
lrwx------    1 root     root            64 Jan  1 03:55 9 -> /dev/ttyS1
#

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值