Attention! Translated article might be found on my English blog.

2016年8月25日木曜日

CentOS 7.2にyumでinotifyを入れる

CentOS7.1 64bitのyumリポジトリにEPELを追加 | kakiro-web カキローウェブを参考にepelを使えるようにします。
# yum install -y epel-release
デフォルトではepelを使われないようにします。
# vim /etc/yum.repos.d/epel.repo
でepelのenabledを0に設定しファイル更新。
inotify-toolsをyumでインストールします。
# yum install --enablerepo=epel -y inotify-tools
インストールを確認。
# which inotifywait
/bin/inotifywait
使用法はおいおい調べたいと思います。