home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / gnustuff / tos / futils / futils~1 / man / manpages.zoo / df.1 < prev    next >
Encoding:
Text File  |  1991-11-11  |  2.7 KB  |  133 lines

  1.  
  2.  
  3.  
  4. DF(1L)                                                     DF(1L)
  5.  
  6.  
  7.  
  8. NAME
  9.      df - summarize free disk space
  10.  
  11. SYNOPSIS
  12.      df [-aikP] [-t fstype] [+all] [+inodes] [+type fstype]
  13.      [+kilobytes] [+portability] [path...]
  14.  
  15. DESCRIPTION
  16.      This manual page documents the GNU version of df.  df
  17.      displays the amount of disk space available on the filesys-
  18.      tem containing each argument pathname.  If no pathnames are
  19.      given, the space available on all currently mounted filesys-
  20.      tems is shown.  Disk space is shown in 1K blocks by default,
  21.      unless the environment variable POSIX_ME_HARDER is set, in
  22.      which case 512-byte blocks are used.
  23.  
  24.      If an argument is the full pathname of a disk device node
  25.      containing a mounted filesystem, df shows the space avail-
  26.      able on that filesystem rather than on the filesystem con-
  27.      taining the device node (which is almost always the root
  28.      filesystem).  This version of df can not show the space
  29.      available on unmounted filesystems, because on most kinds of
  30.      systems doing so requires very nonportable intimate
  31.      knowledge of filesystem structures.
  32.  
  33.      OPTIONS
  34.  
  35.      -_✓a, +_✓a_✓l_✓l
  36.           Include in the listing filesystems that have 0 blocks,
  37.           which are omitted by default.  Such filesystems are
  38.           typically special-purpose pseudo-filesystems, such as
  39.           automounter entries.
  40.  
  41.      -_✓i, +_✓i_✓n_✓o_✓d_✓e_✓s
  42.           List inode usage information instead of block usage.
  43.           An inode is a special kind of disk block that contains
  44.           information about a file, such as its owner, permis-
  45.           sions, timestamps, and location on the disk.
  46.  
  47.      -_✓k, +_✓k_✓i_✓l_✓o_✓b_✓y_✓t_✓e_✓s
  48.           Print sizes in 1K blocks instead of 512-byte blocks.
  49.           This overrides the environment variable
  50.           POSIX_ME_HARDER.
  51.  
  52.      -_✓P, +_✓p_✓o_✓r_✓t_✓a_✓b_✓i_✓l_✓i_✓t_✓y
  53.           Use the POSIX output format.  This is like the default
  54.           format except that the information about each filesys-
  55.           tem is always printed on exactly one line; a mount dev-
  56.           ice is never put on a line by itself.  This means that
  57.           if the mount device name is more than 20 characters
  58.           long (as for some network mounts), the columns are
  59.           misaligned.
  60.  
  61.  
  62.  
  63. Page 1
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70. DF(1L)                                                     DF(1L)
  71.  
  72.  
  73.  
  74.      -_✓t, +_✓t_✓y_✓p_✓e _✓f_✓s_✓t_✓y_✓p_✓e
  75.           Limit the listing to filesystems of type _✓f_✓s_✓t_✓y_✓p_✓e.  Mul-
  76.           tiple filesystem types can be shown by giving multiple
  77.           -_✓t options.  By default, all filesystem types are
  78.           listed.
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129. Page 2
  130.  
  131.  
  132.  
  133.