Kernel

inotify

English

Overview

A kernel mechanism for notifying applications of changes to files and directories.

Details

An API that lets an application receive events — file creation, deletion, modification, moves — directly from the kernel without polling. It's used widely by file-watching tools and auto-reload features.

More Linux terms