How can I monitor a whole directory tree for changes in Linux (ext3 file system)?
Currently the directory contains about half a million files>
inotify is the best option when you have many subdirectories but if not I am used to using this command below:
watch -d find <>