Inotify Tools¶
apt install -y inotify-tools
# watch this directory, and report timestamp, watched item, filename, and events
inotifywait -mr --timefmt '%FT%T%z' --format '%T,%w,%f,%;e' .
apt install -y inotify-tools
# watch this directory, and report timestamp, watched item, filename, and events
inotifywait -mr --timefmt '%FT%T%z' --format '%T,%w,%f,%;e' .