inotify
Çekirdek sistemi ne ihtiyaç vardır.
Kurulum inotify-tools
:
sudo apt-get install inotify-tools
Bir saat ayarlayın:
inotifywait /path/to/directory --recursive --monitor
Arkanıza yaslanın ve çıkışı izleyin.
Gönderen man inotifywait
:
-m, --monitor
Instead of exiting after receiving a single event, execute
indefinitely. The default behaviour is to exit after the first
event occurs.
-r, --recursive
Watch all subdirectories of any directories passed as arguments.
Watches will be set up recursively to an unlimited depth. Sym‐
bolic links are not traversed. Newly created subdirectories
will also be watched.
--event
Oluşturma, değiştirme vb. Gibi belirli olayları izlemek için seçeneği kullanabilirsiniz .