搜索资源列表
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
- inotify~~~监控文件夹里的一切文件操作-inotify ~ ~ ~ monitoring all the documents folder operations
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
filemanager[1].tar
- 好象适用于嵌入式的文件管理器不多,至少本人没见着。所以自已编写了一个。 在QT4.6.1的X11版和QVFB版,embedded版上都编译通过可以运行,windows下应该也可以正常编译和工作,没试过。 主要功能是实现文件的图标列表和树列表显示,并可以复制粘贴和删除文件。界面操作为了配合触摸屏操作,没有右键弹出菜单,而是直接点左键就弹出菜单。 程序不算复杂,主要用到了QFileSystemModel,QListView,QTreeView三个控件。界面上实现了图标化
inotifyLinux
- 详细描述了如何利用inotify来监视文件描述符-how to use inotify to watch file descr iptor
inotify
- 本应用核心功能为监控系统给定目录下的文件变化情况。实现该项功能可以利用 Linux 2.6.13内核中新引入的文件系统变化通知机制inotify实现-Application of the core functions of the monitoring system files under the given directory changes. The realization of the Linux 2.6.13 kernel function that can be introduced
iNotify
- 利用iNotify监控文件变化,程序默认检测当前目录下的SRC目录的变化并输出-Use iNotify monitor file changes, the program detects the current directory the default directory changes and output SRC
DirMonitor-1.0.tar
- 这是一个linux中检视文件夹目录的程序 运用系统调用inotify-This is a linux directory in the folder to view the program using inotify system calls
watching-of-files-through-inotify
- 在Linux系统下,利用inotify机制,检测文件系统的变化。当文件系统发生变化时,如新建文件,删除文件等等,输出文件目录,变化等。-watch the change of files through inotify under Linux systm.
autorun.tar
- 用inotify写的,监视机顶盒/mnt/OTG目录,U盘自动运行程序,运行U盘根目录中的update.sh脚本,进行机顶盒升级-write with the inotify function family, monitor the "/mnt/OTG" directory of a set-top-box, automatically run the scr ipt "update.sh" in that directory which is mounted with Udisk
inotify
- inotify 自动更新,检测文件 ,返回信息-the inotify automatic updates, test files, and return information
inotify-missing
- Gnome VFS Monitor based on inotify.
inotify-sub
- inotify-sub.c - GMonitor based on inotify.
inotify-path
- GVFS Directory Monitor based on inotify.
inotify-helper
- GVFS Monitor based on inotify.
inotify-diag
- Gnome VFS Monitor based on inotify.
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 t
inotify
- 文件目录监控系统,监控一个文件目录中的文件状态的变化(File directory monitoring system)
test_inotify
- 使用linux inotify机制监听文件的变化,比如文件修改,文件创建,文件删除等(watch the status of file or dir by linux inotify, include modify file, create file or dir)