mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-02 02:42:46 +00:00
18 lines
425 B
Plaintext
18 lines
425 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, linux]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# 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]}}`
|