You can call it recursively on .config (for instance), and watch for specific events (creation, deletion, modification, etc).
But I expect this to be expensive on really large folders and I’d avoid it if I could.
Btw it’s syscalls iirc (inotify-tools just exposes them)
You can call it recursively on
.config
(for instance), and watch for specific events (creation, deletion, modification, etc). But I expect this to be expensive on really large folders and I’d avoid it if I could.Btw it’s syscalls iirc (
inotify-tools
just exposes them)