搜索资源列表
inotify-tools-3.13.tar
- 这是Linux上的Inotify的重要工具补丁,可以使用户使用Inotify来探测文件/目录修改-This is Linux, an important tool for the Inotify patch that allows users to use Inotify to detect the file/directory changes
inotify-sample.tar
- Linux平台文件目录监控样例代码,实现了文件添加删除修改等操作的监控。-File directory monitor Linux platform sample code implements the file operations such as Add or Remove to modify the monitoring.
inotify
- 利用linux的inotify机制,监控文件夹的变化,包括新建立的子文件夹-Using linux' s inotify mechanism, monitoring changes in the folder, including the newly created sub-folders
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 filesyst
inotify-sample
- notify 是一个 Linux特性,它监控文件系统操作,比如读取、写入和创建。Inotify 反应灵敏,用法非常简单,并且比 cron 任务的繁忙轮询高效得多。学习如何将 inotify 集成到您的应用程序中,并发现一组可用来进一步自动化系统治理的命令行工具。-Inotify is a Linux feature that monitors file system operations such as read, write, and