Sunday, November 2, 2014

File Closing in Linux

In Linux, data will not automatically flushed to disk. When the last user of the file closes the file, the inode will be released.  If the file has marked for deletion, the last close will cause the file to be finally removed from disk.

No comments: