修改过程开始(打开并写入文件)或修改过程结束(关闭文件)时是否更新 mtime?
我在这个链接上找到了一些东西。
See man 2 stat for the semantics of mtime and ctime.
In practice, the mtime and ctime will be updated in the in-memory copy of the inode and flushed out to disk asynchronously.
我认为 inode 可能不止一次被刷新。如果是真的。这是否意味着在修改过程中mtime可能会多次更新?