💻 Software
Determine what files are being accessed by a process
Fresh7 days ago
Mar 15, 202620333 viewsConfidence Score0%
0%
Problem
How would I find out all the files a particular process accesses? I am using Ubuntu 9.04.
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: Determine what files are being accessed by a process
Low Risk
lsof will list open files and associated process IDs. It lists everything if no options are given. There is an option, , to list open files for a single process. So for a process with PID 6714 this will list the files opened by that process: To list…
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix