I want to monitor operations on HDD in Linux. I tried iotop, but I want to know which file is being modified. Is there any tool to do that?

link|improve this question
feedback

1 Answer

up vote 2 down vote accepted

Yes. The utility lsof should give you a list of all open files on your system.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.