1 مستودع
Programs that provide a direct interface to specific Linux kernel APIs for low-level system event notification.
Distinct from Linux Kernel Internals: Distinct from Linux Kernel Internals: focuses on providing a functional user-space interface to kernel APIs rather than educational content.
Explore 1 awesome GitHub repository matching operating systems & systems programming · Kernel Interface Utilities. Refine with filters or upvote what's useful.
Inotify-tools is a collection of command-line utilities that provide a direct interface to the Linux kernel inotify subsystem. It functions as a filesystem event monitor, allowing users to track modifications, creations, and deletions of files and directories in real time. The project translates low-level kernel event structures into human-readable text output, enabling the integration of filesystem monitoring into shell scripts and automated workflows. It manages multiple filesystem watches by tracking individual file descriptors and supports recursive directory traversal to ensure comprehen
Provides a direct interface to the Linux kernel inotify API for low-level filesystem event notification.