Skip to content

inotify

Installation

apt-get install inotify-tools

Usage

# Recursively watch / for changes, exclude /dev folder
inotifywait -r --exclude /dev -m /

Track changes on disk, file system changes