mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00

- Replace "al" -> "del", "alla" -> "della", etc. in command paths - Replace all instances of "cartella" with "directory" - Update contributing-guides/translation-templates/common-arguments.md to reflect these changes Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com> Co-authored-by: Marco Bonelli <marco@mebeim.net> Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
16 lines
456 B
Markdown
16 lines
456 B
Markdown
# df
|
|
|
|
> Fornisce una panoramica dello spazio utilizzato dai file system sui dischi.
|
|
> Maggiori informazioni: <https://www.gnu.org/software/coreutils/df>.
|
|
|
|
- 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}}`
|