文件名称:inotify-sample
介绍说明--下载内容均来自于网络,请自行研究使用
notify 是一个 Linux特性,它监控文件系统操作,比如读取、写入和创建。Inotify 反应灵敏,用法非常简单,并且比 cron 任务的繁忙轮询高效得多。学习如何将 inotify 集成到您的应用程序中,并发现一组可用来进一步自动化系统治理的命令行工具。-Inotify is a Linux feature that monitors file system operations such as read, write, and create. Inotify is responsive, very simple to use, and much more efficient than busy polling of cron tasks. Learn how to integrate inotify into your application and discover a set of command-line tools that can be used to further automate system administration.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
inotify-sample
..............\event_queue.c
..............\event_queue.h
..............\inotify_test.c
..............\inotify_utils.c
..............\inotify_utils.h
..............\Makefile
..............\README