mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 01:02:09 +02:00
fatrace: add page (#14669)
Co-authored-by: Wiktor Perskawiec <git@spageektti.cc>
This commit is contained in:
parent
2317407751
commit
042ff11128
1 changed files with 12 additions and 0 deletions
12
pages/linux/fatrace.md
Normal file
12
pages/linux/fatrace.md
Normal file
|
@ -0,0 +1,12 @@
|
|||
# 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}}`
|
Loading…
Add table
Reference in a new issue