Df

From Linuzz

(Difference between revisions)
Line 11: Line 11:
*'''OPZIONI'''
*'''OPZIONI'''
-
 
-
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.
 
-a, --all
-a, --all
include dummy file systems
include dummy file systems
 +
-B, --block-size=SIZE use SIZE-byte blocks
-B, --block-size=SIZE use SIZE-byte blocks
-
-h, --human-readable
+
-h, --human-readable  
-
print sizes in human readable format (e.g., 1K 234M 2G)
+
mostra in modo leggibile (e.g., 1K 234M 2G)
-H, --si
-H, --si
Line 27: Line 24:
-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
-k    like --block-size=1K
Line 35: Line 32:
--no-sync
--no-sync
-
do not invoke sync before getting usage info (default)
+
non invoca sync (default)
-P, --portability
-P, --portability
-
use the POSIX output format
+
per l'output, usa il formato POSIX
-
--sync invoke sync before getting usage info
+
--sync  
 +
invoca sync
-t, --type=TYPE
-t, --type=TYPE
-
limit listing to file systems of type TYPE
+
mostra i file system di tipo TYPE
-T, --print-type
-T, --print-type
Line 51: Line 49:
limit listing to file systems not of type TYPE
limit listing to file systems not of type TYPE
-
-v     (ignored)
+
-v (ignored)
        
        
--help display this help and exit
--help display this help and exit
--version
--version
-
output version information and exit
+
mostra la versione e esce
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.
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.

Revision as of 22:09, 23 December 2007

  • 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 presenti nel sistema, mostrato in blocchi da 1K.

  • OPZIONI

-a, --all include dummy file systems

-B, --block-size=SIZE use SIZE-byte blocks

-h, --human-readable mostra in modo leggibile (e.g., 1K 234M 2G)

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

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

-k like --block-size=1K

-l, --local limit listing to local file systems

--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

-T, --print-type print file system type

-x, --exclude-type=TYPE limit listing to file systems not of type TYPE

-v (ignored)

--help display this help and exit

--version mostra la versione e esce

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.

Personal tools