Df

From Linuzz

(Difference between revisions)
 
(10 intermediate revisions not shown)
Line 1: Line 1:
-
DF(1)                                                User Commands                                                DF(1)
+
*'''Nome'''
-
NAME
+
df - mostra lo spazio usato su disco
-
      df - report file system disk space usage
+
-
SYNOPSIS
+
*'''Sintassi'''
-
      df [OPTION]... [FILE]...
+
df [OPZIONE]... [FILE]...
-
DESCRIPTION
+
*'''Descrizione'''
-
      This  manual  page  documents  the GNU version of df.  df displays the amount of disk space available on the file
+
-
      system containing each file name argument.  If no file name is  given,  the  space  available  on  all  currently
+
-
      mounted  file  systems  is  shown.  Disk space is shown in 1K blocks by default, unless the environment variable
+
-
      POSIXLY_CORRECT is set, in which case 512-byte blocks are used.
+
-
      If an argument is the absolute file name of a disk device node containing a mounted file  system, df  shows  the
+
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.
-
      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
+
*'''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
 +
include i file system finti
-
      -a, --all
+
-B, --block-size=SIZE  
-
              include dummy file systems
+
usa blocchi delle dimensioni di SIZE
-
-B, --block-size=SIZE use SIZE-byte blocks
+
-
      -h, --human-readable
+
-H, --si
-
              print sizes in human readable format (e.g., 1K 234M 2G)
+
likewise, but use powers of 1000 not 1024
-
      -H, --si
+
-i, --inodes
-
              likewise, but use powers of 1000 not 1024
+
lista informazioni sugli inode e non sull'iso dei blocchi
-
      -i, --inodes
+
-l, --local
-
              list inode information instead of block usage
+
limita il listato al file system locale
-
      -k    like --block-size=1K
+
--no-sync
 +
non invoca sync (default)
-
      -l, --local
+
-P, --portability
-
              limit listing to local file systems
+
per l'output, usa il formato POSIX
-
      --no-sync
+
--sync  
-
              do not invoke sync before getting usage info (default)
+
invoca sync
-
      -P, --portability
+
-t, --type=TYPE
-
              use the POSIX output format
+
mostra i file system di tipo TYPE
-
      --sync invoke sync before getting usage info
+
-x, --exclude-type=TYPE
 +
mostra i file system non del tipo TYPE
 +
     
 +
--help
 +
mostra un help del comando
-
      -t, --type=TYPE
+
--version
-
              limit listing to file systems of type TYPE
+
mostra la versione e esce
-
      -T, --print-type
 
-
              print file system type
 
-
      -x, --exclude-type=TYPE
 
-
              limit listing to file systems not of type TYPE
 
-
      -v    (ignored)
+
[http://editthis.info/linuzz/Progetto_glossario_comandi torna all'elenco dei comandi]
-
--help display this help and exit
+
-
 
+
-
      --version
+
-
              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.
+
-
 
+
-
AUTHOR
+
-
      Written by Torbjorn Granlund, David MacKenzie, and Paul Eggert.
+
-
 
+
-
REPORTING BUGS
+
-
      Report bugs to <bug-coreutils@gnu.org>.
+
-
 
+
-
COPYRIGHT
+
-
      Copyright © 2006 Free Software Foundation, Inc.
+
-
      This is free software.  You may redistribute copies of it under the terms  of  the  GNU  General  Public  License
+
-
      <http://www.gnu.org/licenses/gpl.html>.  There is NO WARRANTY, to the extent permitted by law.
+
-
 
+
-
SEE ALSO
+
-
      The  full  documentation  for  df  is  maintained  as a Texinfo manual.  If the info and df programs are properly
+
-
      installed at your site, the command
+
-
 
+
-
              info df
+
-
 
+
-
      should give you access to the complete manual.
+
-
 
+
-
df 5.97                                              September 2007                                                DF(1)
+
-
Manual page df(1) line 58/94 (END)
+

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