Hi all,
Can anyone advice whether there is something similar to inotify in 2.4 kernel?
Need efficient way to track file system changes.
Maybe some other tools, approaches under 2.4?
TIA,
Vitaliy
On Thu, Nov 29, 2007 at 07:09:51PM +0200, Vitaliy Ivanov wrote:
> Hi all,
>
> Can anyone advice whether there is something similar to inotify in 2.4 kernel?
>
> Need efficient way to track file system changes.
>
> Maybe some other tools, approaches under 2.4?
>
dnotify[1]? but it might make you cry.
cheers,
Kyle
1.
http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=blob;f=Documentation/dnotify.txt;h=6984fca6002a304272ea3606e0ad1a34568221d6;hb=HEAD
On 29-11-07 18:09, Vitaliy Ivanov wrote:
> Can anyone advice whether there is something similar to inotify in 2.4
> kernel?
inotify is 2.6 (dnotify 2.4).
Rene