1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/linux/fatrace.md
LucasFA 042ff11128
fatrace: add page (#14669)
Co-authored-by: Wiktor Perskawiec <git@spageektti.cc>
2024-11-07 13:24:56 +01:00

12 lines
329 B
Markdown

# fatrace
> Report file access events.
> More information: <https://manned.org/fatrace>.
- 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}}`