質問

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