View files and streams being used by a process
9 April 2023 (Updated 9 April 2023)
Find the process ID and then execute:
lsof -p <process-id>
Example output:

Tagged:
Unix
Find the process ID and then execute:
lsof -p <process-id>
Example output: