Suppose one process does this: mv
a large file to a destination directory
And another process is watching for that file in the destination directory because it wants to read its contents as soon as possible. Does the file system ensure that the second process only "sees" the file when it is fully available?
I looked at the man page for mv
but didn't see any guarantees...