home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / amiga / utility / misc / fileutil.lha / fileutils-3.3 / cat / df.1 < prev    next >
Encoding:
Text File  |  1992-08-28  |  3.3 KB  |  133 lines

  1.  
  2.  
  3.  
  4. DF(1L)            MISC. REFERENCE MANUAL PAGES             DF(1L)
  5.  
  6.  
  7.  
  8. NAME
  9.      df - summarize free disk space
  10.  
  11. SYNOPSIS
  12.      df [-aikPv] [-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 POSIXLY_CORRECT 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 always the root filesys-
  28.      tem).  This version of df can not show the  space  available
  29.      on  unmounted  filesystems, because on most kinds of systems
  30.      doing so requires very  nonportable  intimate  knowledge  of
  31.      filesystem structures.
  32.  
  33.   OPTIONS
  34.      -_a, --_a_l_l
  35.           Include in the listing filesystems that have 0  blocks,
  36.           which  are  omitted  by  default.  Such filesystems are
  37.           typically special-purpose pseudo-filesystems,  such  as
  38.           automounter  entries.   On some systems, filesystems of
  39.           type ``ignore'' or ``auto'' are also omitted by default
  40.           and included in the listing by this option.
  41.  
  42.      -_i, --_i_n_o_d_e_s
  43.           List inode usage information instead  of  block  usage.
  44.           An  inode  (short for ``index node'') is a special kind
  45.           of disk block that contains information about  a  file,
  46.           such  as  its owner, permissions, timestamps, and loca-
  47.           tion on the disk.
  48.  
  49.      -_k, --_k_i_l_o_b_y_t_e_s
  50.           Print sizes in 1K blocks instead  of  512-byte  blocks.
  51.           This     overrides     the     environment     variable
  52.           POSIXLY_CORRECT.
  53.  
  54.      -_P, --_p_o_r_t_a_b_i_l_i_t_y
  55.           Use the POSIX output format.  This is like the  default
  56.           format  except that the information about each filesys-
  57.           tem is always printed on exactly one line; a mount dev-
  58.           ice  is never put on a line by itself.  This means that
  59.           if the mount device name is  more  than  20  characters
  60.  
  61.  
  62.  
  63. Sun Release 4.1           Last change:                          1
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70. DF(1L)            MISC. REFERENCE MANUAL PAGES             DF(1L)
  71.  
  72.  
  73.  
  74.           long  (as  for  some  network  mounts), the columns are
  75.           misaligned.
  76.  
  77.      -_t, --_t_y_p_e _f_s_t_y_p_e
  78.           Limit the listing to filesystems of type _f_s_t_y_p_e.   Mul-
  79.           tiple  filesystem types can be shown by giving multiple
  80.           -_t options.   By  default,  all  filesystem  types  are
  81.           listed.
  82.  
  83.      -_v   Ignored; for compatibility with System  V  versions  of
  84.           df.
  85.  
  86.      The long-named options can be introduced with `+' as well as
  87.      `--',  for compatibility with previous releases.  Eventually
  88.      support for `+' will be removed, because it is  incompatible
  89.      with the POSIX.2 standard.
  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. Sun Release 4.1           Last change:                          2
  130.  
  131.  
  132.  
  133.