文件名称:inotify-sample
介绍说明--下载内容均来自于网络,请自行研究使用
inotify 示例
在日常工作中,人们往往需要知道在某些文件(夹)都有那些变化。Linux为此设计了inotify机制,它可以实时地报告linux文件系统的相关事件。-inotify sample
Inotify (inode notify) is a Linux kernel subsystem that acts to extend filesystems to notice changes to the filesystem, and report those changes to applications.
在日常工作中,人们往往需要知道在某些文件(夹)都有那些变化。Linux为此设计了inotify机制,它可以实时地报告linux文件系统的相关事件。-inotify sample
Inotify (inode notify) is a Linux kernel subsystem that acts to extend filesystems to notice changes to the filesystem, and report those changes to applications.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Makefile
README
event_queue.c
event_queue.h
event_queue.o
inotify_test
inotify_test.c
inotify_test.o
inotify_utils.c
inotify_utils.h
inotify_utils.o