AIX 监控目录变化

发布于 2024-08-10 10:51:13 字数 171 浏览 7 评论 0原文

我使用的是 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

情绪 2024-08-17 10:51:13

您可以尝试查看是否有审计挂钩,这听起来可能具有您想要的功能。

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文