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}}`