On linux, is there a way to count the number of file descriptors open to a some file?
|
feedback
|
|
The lsof command will tell you all the open files and what program has them open.
| |||||
feedback
|