Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

AIX monitoring directory changes

Tags:

aix

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.

like image 767
mac Avatar asked Nov 22 '25 14:11

mac


1 Answers

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

like image 90
user224003 Avatar answered Nov 24 '25 22:11

user224003



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!