blob: 4b38bf1eff24918db1e3345ff36e0776f710aaea (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
inotify-tools is a set of command-line utilities that provides a simple
interface to the inotify kernel subsystem. It allows users to monitor and react
to changes in files and directories in real-time.
The package includes two main utilities:
- inotifywait: for continuous monitoring and real-time output of
filesystem events. It is often used in shell scripts to trigger
actions like deployments, backups, or log monitoring.
- inotifywatch: gathers filesystem access statistics and outputs a
summary count of events received on each file or directory. It is
suitable for short-term monitoring to collect event statistics.
|