mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-16 06:49:03 +00:00
Update cheatsheets
This commit is contained in:
17
tldr/linux/fatrace
Normal file
17
tldr/linux/fatrace
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
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}}`
|
||||
Reference in New Issue
Block a user