ewmscp
..
|
When an anonymous tmp file is created and made visible via open(dirpath, O_WRONLY|O_TMPFILE);inkat(AT_FDCWD, "/proc/self/fd/%fd", AT_FDCWD, path, AT_SYMLINK_FOLLOW) no CLOSE_WRITE event is triggered. Not likely to happen as SL7/Centos7's kernel does not support O_TMPFILE, and also NFS does not support it (apparently)
When a file in a watched directory has a hard link from an unwatched directory and is modified using that other link no notification is produced.