查看 fd 对应的设备
#cd /proc/pid/fd
# ls -all
dr-xr-xr-x 6 root root 0 Jan 1 01:18 ..
lrwx------ 1 root root 64 Jan 1 01:19 0 -> /dev/ttyS0
lrwx------ 1 root root 64 Jan 1 01:19 42 -> /dev/input/event1
lrwx------ 1 root root 64 Jan 1 01:19 13 -> /dev/nexus_astm
lrwx------ 1 root root 64 Jan 1 01:19 14 -> /dev/nexus_display
本文介绍了一种查看Linux系统中特定进程所打开文件的方法。通过进入/proc/pid/fd目录并列出所有链接,可以了解到该进程正在使用的设备和文件资源,如串口设备/ttyS0、输入事件设备/input/event1等。
1106

被折叠的 条评论
为什么被折叠?



