How Inotify works – part 2 – How a system call is called
In this blog post we will try to understand how Inotify can be called from the user space to the kernel space, moving from our process to the libc, the…
In this blog post we will try to understand how Inotify can be called from the user space to the kernel space, moving from our process to the libc, the…
While reading the The linux programming interface book I finally dived deep in Inotify and how it works. Basically inotify is a notification system for events happening on files/directory like…