Df

From Linuzz

(Difference between revisions)
 
(9 intermediate revisions not shown)
Line 1: Line 1:
-
*Nome
+
*'''Nome'''
-
      df - mostra lo spazio usato su disco
+
-
*Sintassi
+
-
      df [OPTION]... [FILE]...
+
-
*Descrizione
+
df - mostra lo spazio usato su disco
-
Questo comando mostra la quantita' di spazio in un determinato file system. Se non ne viene indicato uno, mostra lo spazio disponibile su tutti i file system presenti nel sistema, mostrato in blocchi da 1K.
+
*'''Sintassi'''
 +
df [OPZIONE]... [FILE]...
-
      If an argument is the absolute file name of a disk device node containing a mounted file  system,  df  shows  the
+
*'''Descrizione'''
-
      space  available  on  that file system rather than on the file system containing the device node (which is always
+
-
      the root file system).  This version of df cannot show the space available on unmounted file systems, because  on
+
-
      most kinds of systems doing so requires very nonportable intimate knowledge of file system structures.
+
-
*OPTIONS
+
Questo comando mostra la quantita' di spazio in un determinato file system. Se non ne viene indicato uno, mostra lo spazio disponibile su tutti i file system visibili dal sistema, mostrato in blocchi da 1K.
-
      Show information about the file system on which each FILE resides, or all file systems by default.
+
-
      Mandatory arguments to long options are mandatory for short options too.
+
*'''Opzioni'''
-
      -a, --all
+
-a, --all
-
              include dummy file systems
+
include i file system finti
-
-B, --block-size=SIZE use SIZE-byte blocks
+
-
      -h, --human-readable
+
-B, --block-size=SIZE
-
              print sizes in human readable format (e.g., 1K 234M 2G)
+
usa blocchi delle dimensioni di SIZE
-
      -H, --si
+
-H, --si
-
              likewise, but use powers of 1000 not 1024
+
likewise, but use powers of 1000 not 1024
-
      -i, --inodes
+
-i, --inodes
-
              list inode information instead of block usage
+
lista informazioni sugli inode e non sull'iso dei blocchi
-
      -k    like --block-size=1K
+
-l, --local
 +
limita il listato al file system locale
-
      -l, --local
+
--no-sync
-
              limit listing to local file systems
+
non invoca sync (default)
-
      --no-sync
+
-P, --portability
-
              do not invoke sync before getting usage info (default)
+
per l'output, usa il formato POSIX
-
      -P, --portability
+
--sync
-
              use the POSIX output format
+
invoca sync
-
      --sync invoke sync before getting usage info
+
-t, --type=TYPE
 +
mostra i file system di tipo TYPE
-
      -t, --type=TYPE
+
-x, --exclude-type=TYPE
-
              limit listing to file systems of type TYPE
+
mostra i file system non del tipo TYPE
 +
     
 +
--help
 +
mostra un help del comando
-
      -T, --print-type
+
--version
-
              print file system type
+
mostra la versione e esce
-
      -x, --exclude-type=TYPE
 
-
              limit listing to file systems not of type TYPE
 
-
      -v    (ignored)
 
-
--help display this help and exit
 
-
      --version
+
[http://editthis.info/linuzz/Progetto_glossario_comandi torna all'elenco dei comandi]
-
              output version information and exit
+
-
 
+
-
      SIZE  may  be  (or  may  be an integer optionally followed by) one of following: kB 1000, K 1024, MB 1000*1000, M
+
-
      1024*1024, and so on for G, T, P, E, Z, Y.
+

Current revision as of 18:08, 5 January 2008

  • Nome

df - mostra lo spazio usato su disco

  • Sintassi

df [OPZIONE]... [FILE]...

  • Descrizione

Questo comando mostra la quantita' di spazio in un determinato file system. Se non ne viene indicato uno, mostra lo spazio disponibile su tutti i file system visibili dal sistema, mostrato in blocchi da 1K.

  • Opzioni

-a, --all include i file system finti

-B, --block-size=SIZE usa blocchi delle dimensioni di SIZE

-H, --si likewise, but use powers of 1000 not 1024

-i, --inodes lista informazioni sugli inode e non sull'iso dei blocchi

-l, --local limita il listato al file system locale

--no-sync non invoca sync (default)

-P, --portability per l'output, usa il formato POSIX

--sync invoca sync

-t, --type=TYPE mostra i file system di tipo TYPE

-x, --exclude-type=TYPE mostra i file system non del tipo TYPE

--help mostra un help del comando

--version mostra la versione e esce


torna all'elenco dei comandi

Personal tools