diff --git a/src/manual/OnAccess.md b/src/manual/OnAccess.md index 6abbf4e..945db66 100644 --- a/src/manual/OnAccess.md +++ b/src/manual/OnAccess.md @@ -81,7 +81,7 @@ If all went well, the On-Access scanner will fork to the background, and will no Some OS distributors have disabled fanotify, despite kernel support. You can check for fanotify support on your kernel by running the command: ```bash -cat /boot/config- | grep FANOTIFY +grep FANOTIFY /boot/config-$(uname -r) ``` You should see the following: