Watch for changes in Linux directory

Install inotify-tools:

apt-get install inotify-tools

Watch a directory for changes:

inotifywait -m -r /directory/of/your/choice

Revision #1
Created 2025-07-13 13:58:40 UTC by Dino Edwards
Updated 2025-07-13 14:00:20 UTC by Dino Edwards