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
apt-get install inotify-tools
# Recursively watch / for changes, exclude /dev folder
inotifywait -r --exclude /dev -m /
Track changes on disk, file system changes