💻 Software
See history of who all opened a particular file
Fresh7 days ago
Mar 15, 20269924 viewsConfidence Score0%
0%
Problem
How can I know who opened a particular file recently but might not have kept it opened at the moment? Anyone has an idea?
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: See history of who all opened a particular file
Low Risk
You can use auditd package as suggested in another answer. A simple use would be: auditctl -w /etc/passwd -p war -k password-file which will watch for write, append, read operations on this file. You can then retrieve the audit logs through the comm…
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix