Tagged Questions
6
votes
5answers
6k views
Files being used by a unix process
The fuser command lets me know which processes are using a file or directory.
I'm looking for command that does the opposite: lets me know which files are being used by a process.
Update
Forgot ...