With FUSE API, is it possible to know that for how much time a file is opened. If yes, then which methods to implement.

有帮助吗?

解决方案

Yes. You need to implement open and release, then use the fuse info structure (depending on your implementation) to correlate the two.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top