From: Cameron Matheson Date: 2007-01-17T04:08:58+09:00 Subject: Re: inotify Hi palmer On 1/15/07, palmem@gmail.com wrote: > I was going to write something to deal with /dev/inotify, but my system > does to seem to have it I was going to do a project using inotify a while back too (ended up not doing it for various reasons). Anyway, IIRC there is no longer a inotify device file, everything is supposed to be done using the inotify system calls (see man 7 inotify). I don't know if the ruby inotify binding has been updated for the newer versions of inotify though. Cameron Matheson