Tagged Questions
6
votes
1answer
111 views
Finding where a process reads in a file
Is there a way to attach to a process and find out, not only which files it is reading from, but what the read locations (byte offsets) of those reads are?
I tried using strace for this, but it ...