To find list of all files opened by selected process, use process’ PID and pass it to `lsof` command as follows: `lsof -p <PID>` ### See Also 1. [[What is process in Linux?]]