AIX 监控目录变化
我使用的是 AIX 5.3,而且我对该操作系统完全是菜鸟。 我想知道 AIX 上是否有类似 inotify 的东西,以便可以监视目录和文件的更改而不是轮询。 我将从 Java 中执行此操作,因此使用 Java 或 C 的解决方案(我可以用 jni 或 jna 包装它)就可以了。我宁愿不使用任何 shell 脚本或系统配置内容。
I'm on AIX 5.3 and I'm a total noob with that OS.
I was wondering if there is something like inotify on AIX so that one can monitor directories and files for changes instead of polling.
I'm going to do this from Java so solutions using Java or C (I can just wrap it with jni or jna) are fine. I'd rather not use any shell scripting or system configuration stuff.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以尝试查看是否有审计挂钩,这听起来可能具有您想要的功能。
http://publib.boulder.ibm.com/infocenter/pseries/v5r3/index.jsp?topic=/com.ibm.aix.cmds/doc/aixcmds1/audit.htm
you could try looking to see if there are hooks into audit, which sounds like it could be have the functionality you want.
http://publib.boulder.ibm.com/infocenter/pseries/v5r3/index.jsp?topic=/com.ibm.aix.cmds/doc/aixcmds1/audit.htm