From 042ff111281238d713e4257cc7fdc42acff78e8b Mon Sep 17 00:00:00 2001 From: LucasFA <23667494+LucasFA@users.noreply.github.com> Date: Thu, 7 Nov 2024 13:24:56 +0100 Subject: [PATCH] fatrace: add page (#14669) Co-authored-by: Wiktor Perskawiec --- pages/linux/fatrace.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 pages/linux/fatrace.md diff --git a/pages/linux/fatrace.md b/pages/linux/fatrace.md new file mode 100644 index 000000000..5f70f378d --- /dev/null +++ b/pages/linux/fatrace.md @@ -0,0 +1,12 @@ +# fatrace + +> Report file access events. +> More information: . + +- Print file access events in all mounted filesystems to `stdout`: + +`sudo fatrace` + +- Print file access events on the mount of the current directory, with timestamps, to `stdout`: + +`sudo fatrace {{-c|--current-mount}} {{-t|--timestamp}}`