Created
May 15, 2018 07:50
-
-
Save fnzv/c3c866c37ebe28e75267ce910a75e35e to your computer and use it in GitHub Desktop.
Monitoring file changes with auditd
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apt-get install auditd | |
auditctl -w <path to the file you need to monitor> -p war -k test | |
# Compare file changes | |
ausearch -ts today -k test |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment