Skip to content

Instantly share code, notes, and snippets.

@manku-timma
Created July 14, 2014 13:19
Show Gist options
  • Save manku-timma/8267baf6773230f790cb to your computer and use it in GitHub Desktop.
Save manku-timma/8267baf6773230f790cb to your computer and use it in GitHub Desktop.
Using inotifywait to wait for filesystem changes
yum install inotify-tools
inotifywait -e create,delete,modify,move -mr /usr/local/appcito @/usr/local/appcito/logs/ @/usr/local/appcito/flume/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment