Formatting code for LinuxProcfs
{{parent page="Linux"}}
===ProcFS or /proc===
Reference: http://www.cyberciti.biz/tips/linux-procfs-file-descriptors.html
To list all the files opened by a PID
%%
ls -l /proc/$PID/fd
%%
===ProcFS or /proc===
Reference: http://www.cyberciti.biz/tips/linux-procfs-file-descriptors.html
To list all the files opened by a PID
%%
ls -l /proc/$PID/fd
%%