Created
September 28, 2013 10:22
-
-
Save mani95lisa/6740671 to your computer and use it in GitHub Desktop.
install inotify-tools on centos.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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