inotify を用いてファイル操作の監視(Ubuntu 上)

inotify は,ファイル操作の監視ツール

インストール

sudo apt -y update
sudo apt -y install inotify-tools

使い方の例

cd
inotifywait -rm --format '%T %w %f %e' .