User Tools

Site Tools


linux:file-changes

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

linux:file-changes [2024/12/30 03:19] – created Wulf Rajeklinux:file-changes [2024/12/30 03:27] (current) Wulf Rajek
Line 14: Line 14:
 inotifywait -e modify,create,delete,move -r -m | while read line; do something_with $line; done  inotifywait -e modify,create,delete,move -r -m | while read line; do something_with $line; done 
 </code> </code>
 +
 +According to the documentation for inotifywatch, the default limit is 8192 watch descriptors, and you can increase it by writing the new value to /proc/sys/fs/inotify/max_user_watches. On Linux Mint 22 with Surface Kernel, this appears to be set to 29301.
  
 Watch for dconf changes: Watch for dconf changes:
linux/file-changes.1735528740.txt.gz · Last modified: 2024/12/30 03:19 by Wulf Rajek