December 2017
Intermediate to advanced
410 pages
11h 5m
English
In order to achieve this use case, let's look into how auditd would help here:
[root@mykplabs ~]# touch /etc/credit.txt
[root@mykplabs ~]# echo "This is a very important file" > /etc/credit.txt
auditctl -w /etc/credit.txt -p rwa -k credit-file
In the above command we are using various options along with auditctl. Let's have a look into each of them:
Read now
Unlock full access