`entr`: How is update ID'd? noatime troubles? &, why -r not work with -d?
问题 I have a script regularly appending to a log file. When I use entr (discovered here) to monitor that log file, and I then touch the log, everything works fine, but when the script appends to the file, entr fails. This may be because I have noatime set in my fstab - but that only stops the updating of the access time not the modify time, so this confuses me. I've checked and while atime is not updating, ctime ( ls -lc ) definitely is. Could entr really be depending on atime? I use noatime