I need to view a log of files that have been opened, surely there are logs stored for this, but I have not been able to find them in the /var/log/ directory.
Thanks, Dave
I need to view a log of files that have been opened, surely there are logs stored for this, but I have not been able to find them in the /var/log/ directory.
Thanks, Dave
There is no such log by default. Use the audit subsystem to detect when files have been opened.
Hi Dave, you can use 'lsof' to see what files your user has opened, per process id.