mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 01:02:09 +02:00
fatrace: add Spanish translation (#14931)
This commit is contained in:
parent
5b8f5b8b51
commit
cd59d0caa8
1 changed files with 12 additions and 0 deletions
12
pages.es/linux/fatrace.md
Normal file
12
pages.es/linux/fatrace.md
Normal file
|
@ -0,0 +1,12 @@
|
|||
# fatrace
|
||||
|
||||
> Informa de eventos de acceso a archivos.
|
||||
> Más información: <https://manned.org/fatrace>.
|
||||
|
||||
- Imprime en `stdout` los eventos de acceso a archivos en todos los sistemas de archivos montados:
|
||||
|
||||
`sudo fatrace`
|
||||
|
||||
- Imprime en `stdout` eventos de acceso a archivos en el montaje del directorio actual, con marcas de tiempo:
|
||||
|
||||
`sudo fatrace {{-c|--current-mount}} {{-t|--timestamp}}`
|
Loading…
Add table
Reference in a new issue