I am trying to figure out how to identify the user who triggered a particular event while monitoring some files using inotify. Is it possible? Does the inotify_event structure have something like this?
inotify_eventfor this does not have a field. Since inotify is asynchronous, you also cannot catch the user in action.
inotify_event
Did you read the fuse file system? I think LoggedFS (GPL2 +) is suitable for counting.
Source: https://habr.com/ru/post/1749788/More articles:error: typedef name cannot be a qualifier of nested names - c ++IntelliJ IDEA plugin development: Get VirtualFile classes (or paths) for a specific VirtualFile source - intellij-ideaJava - need help handling binary / code strings - javaDefaultIfEmpty not working - arraysЧтение числа из текстового файла с использованием потока С++ - c++difference between Max Heap and sorted stack - javaChecking the status of a jQuery AJAX request - javascriptPHP New Line will not work - phpHow to write a stored procedure in SQL Server 2008 that generates 3 million random no - sqlload the object twice and change one of them, the other will not change - c #All Articles