Skip to content

Instantly share code, notes, and snippets.

@mani95lisa
Created September 28, 2013 10:22
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save mani95lisa/6740671 to your computer and use it in GitHub Desktop.
Save mani95lisa/6740671 to your computer and use it in GitHub Desktop.
install inotify-tools on centos.sh
wget http://cloud.github.com/downloads/rvoicilas/inotify-tools/inotify-tools-3.14.tar.gz
tar -zxvf inotify-tools-3.14.tar.gz
cd inotify-tools-3.14
./configure
make
make install
updatedb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment