Software >> OS >> Unix >> Linux >> How to list the open files owned by a process

1.  Identify the process id to check

2.  ls -l /proc/<pid>/fd

I will list the file descriptors of the open files