On linux, is there a way to count the number of file descriptors open to a some file?
Tell me more
×
Super User is a question and answer site for
computer enthusiasts and power users. It's 100% free, no registration required.
|
The lsof command will tell you all the open files and what program has them open.
|
|||||
|