문제

I am facing situation where I have no ability to install systemtap inotify lsof and another fancy stuff. What I am trying to achieve is to monitor particular directory for changes. When some change will occur (file created, deleted ...) then I get some kind of report logged to file. Is this kind of event handling even possible to achieve using GDB?

도움이 되었습니까?

해결책

Sorry, but no, this is not something gdb can do.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top