2

Is it possible to record recent files operation? By operations i mean moving, renaming, deleting, creating etc. Not full log with seeks and stuff.

Jeff Schaller
  • 67,283
  • 35
  • 116
  • 255
Lapsio
  • 1,323

1 Answers1

4

auditd, as described in the man page:

auditd is the userspace component to the Linux Auditing System. It's responsible for writing audit records to the disk.

It can manage many different user operations which are defined in its rules. In your case, you'd want to look at the File System section.