Hey, Inotify is in 2.6.13 and it adds the following system calls: int inotify_init (void) int inotify_add_watch (int fd, const char *name, __u32 mask); int inotify_rm_watch (int fd, __u32 wd); Can we get these added to glibc? Robert Love