为什么inotifywatch无法检测到添加文件的更改?
我正在尝试/tmp使用inotifywatch以下方法监视文件夹中的更改: sudo inotifywatch -v -r /tmp 创建了几个文件(touch /tmp/test-1 /tmp/test-2)后,我要终止inotifywatch(按Ctrl- C,这将显示以下统计信息: Establishing watches... Setting up watch(es) on /tmp OK, /tmp is now being watched. Total of 39 watches. Finished establishing watches, now collecting statistics. total attrib close_write open create filename 8 2 2 2 2 /tmp/ 输出仅显示统计信息,而不显示我期望的文件(如here或here)。我尝试了不同类型的访问(通过cat,mktemp等),但这是同一回事。 我错过了什么?这是因为我正在使用VPS,并且某些内容受到限制吗? 操作系统:VPS上的Debian 7.3(inotify-tools)