Hi, there are two typos in actual (online) version of inotify(7): cookie is a unique integer that connects related events. Currently this is only used for rename events, and allows the resulting pair of IN_MOVE_FROM and IN_MOVE_TO events to be connected by the application. For all other event types, cookie is set to 0. It should be IN_MOVED_FROM and IN_MOVED_TO. Regards, Anatoli Klassen -- To unsubscribe from this list: send the line "unsubscribe linux-man" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html