1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.it/common/df.md
Sebastiaan Speck fd745e9167
df, exec, exit, export: fix more info link (#12037)
* df, exec, exit, export: fix more info link

* df: update outdated Farsi translation

---------

Co-authored-by: Mohammad Reza Soleimani <87926618+MrMw3@users.noreply.github.com>
Co-authored-by: Vitor Henrique <87824454+vitorhcl@users.noreply.github.com>
2024-01-09 14:31:59 +05:30

16 lines
443 B
Markdown

# df
> Fornisce una panoramica dello spazio utilizzato dai file system sui dischi.
> Maggiori informazioni: <https://manned.org/df.1posix>.
- Mostra tutti i file system ed il loro utilizzo del disco:
`df`
- Mostra tutti i file system ed il loro utilizzo del disco in formato leggibile dall'uomo:
`df -h`
- Mostra il file system ed contenente il file o directory dato ed il suo utilizzo del disco:
`df {{percorso/del/file_o_directory}}`