特定のファイルやディレクトリ内のファイルに追加、変更、削除等があった際に 通知出来るコマンドです。 CentOSの場合はepelからインストール出来ます。 ubuntuならaptitudeで普通に入ります。 yum --enablerepo=epel -y install inotify-tools 引数に監視したいファイル名を指定するだけです。 inotifywait /var/log/nginx/access.log Setting up watches. Watches established. /var/log/nginx/access.log MODIFY 1回検知すると終了します。 オプションmを付けると終了せずに常駐します。 inotifywait -m /var/log/nginx/ Setting up watches. Watches established. /