1

Say, either for a Debian system or a Red Hat one.

InquilineKea
  • 6,262

3 Answers3

4

For real time monitoring you can use inotify-tools. It can either wait until a certain event occurs, or to run endlessly and report events as they occur. After installing, see man inotifywait for details.

The Debian package has the same name, the Red Hat package too.

taffer
  • 1,583
manatwork
  • 31,277
2

It won't monitor for new changes (unless you make a cron script out of it), but check out find's -cmin/-cnewer/-ctime options.

Kevin
  • 40,767
1

The open source version of tripwire will do that. See http://sourceforge.net/projects/tripwire/ for more info. You may have to compile it for your particular OS, or maybe there's a package, but it can be set to provide a daily report of files changed.

phunehehe
  • 20,240
Tim Kennedy
  • 19,697