Update cheatsheets

This commit is contained in:
ivuorinen
2024-11-08 00:17:07 +00:00
parent f0cb99966d
commit fdd3cc0208
4 changed files with 20 additions and 3 deletions

17
tldr/linux/fatrace Normal file
View 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}}`