initialize an inotify instance NAME inotify_init, inotify_init1 - initialize an inotify instance LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #incl...initialize an inotify instance NAME inotify_init, inotify_init1 - initialize an inotify instance LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #incl...add a watch to an initialized inotify instance NAME inotify_add_watch - add a watch to an initialized inotify instance LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <…remove an existing watch from an inotify instance NAME inotify_rm_watch - remove an existing watch from an inotify instance LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #incl…...only; see NOTES init_module (2) 1.0 inotify_add_watch (2) 2.6.13 inotify_init (2) 2.6.13 inotify_init1 (2) 2.6.27 inotify_rm_watch (2) 2.6.13 io_cancel (2) 2.6 io_destroy (2) 2.…manipulate file descriptor NAME fcntl - manipulate file descriptor LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <fcntl.h> int fcntl(int fd , int op , ... /* arg */ )…manipulate file descriptor NAME fcntl - manipulate file descriptor LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <fcntl.h> int fcntl(int fd , int op , ... /* arg */ )…process trace NAME ptrace - process trace LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/ptrace.h> long ptrace(enum __ptrace_request op , pid_t pid , void * addr …