3

Is there a way in linux (possibly using Inotify?) to "log" what files are edited, live?

3 Answers3

2

You can setup auditd to do this.

womble
  • 95,029
  • 29
  • 173
  • 228
1

Look at Open Source Tripwire or the commercial Tripwire products.

Max Alginin
  • 3,284
  • 14
  • 11
0

LINK has a good writeup on how to do it with auditd

Marcin
  • 2,281
  • 1
  • 16
  • 14