home *** CD-ROM | disk | FTP | other *** search
/ Aminet 4 / Aminet 4 - November 1994.iso / aminet / dev / gcc / gcc260utilsdoc.lha / gnu / man / man1 / df.1 < prev    next >
Encoding:
Text File  |  1994-07-26  |  3.9 KB  |  133 lines

  1.  
  2.  
  3.  
  4. DF(1L)            Misc. Reference Manual Pages             DF(1L)
  5.  
  6.  
  7.  
  8. NNNNAAAAMMMMEEEE
  9.      df - summarize free disk space
  10.  
  11. SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
  12.      ddddffff [-aikPv] [-t fstype] [-x fstype] [--all] [--inodes] [ - -
  13.      type=fstype] [--exclude-type=fstype] [--kilobytes] [--porta-
  14.      bility] [--help] [--version] [path...]
  15.  
  16. DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  17.      This manual page  documents  the  GNU  version  of  ddddffff.   ddddffff
  18.      displays  the amount of disk space available on the filesys-
  19.      tem containing each argument pathname.  If no pathnames  are
  20.      given, the space available on all currently mounted filesys-
  21.      tems is shown.  Disk space is shown in 1K blocks by default,
  22.      unless  the  environment variable POSIXLY_CORRECT is set, in
  23.      which case 512-byte blocks are used.
  24.  
  25.      If an argument is the full pathname of a  disk  device  node
  26.      containing  a  mounted filesystem, ddddffff shows the space avail-
  27.      able on that filesystem rather than on the  filesystem  con-
  28.      taining  the  device node (which is always the root filesys-
  29.      tem).  This version of ddddffff cannot show the space available on
  30.      unmounted  filesystems,  because  on  most  kinds of systems
  31.      doing so requires very  nonportable  intimate  knowledge  of
  32.      filesystem structures.
  33.  
  34.   OOOOPPPPTTTTIIIIOOOONNNNSSSS
  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.   On some systems, filesystems of
  40.           type ``ignore'' or ``auto'' are also omitted by default
  41.           and included in the listing by this option.
  42.  
  43.      -_i, --_i_n_o_d_e_s
  44.           List inode usage information instead  of  block  usage.
  45.           An  inode  (short for ``index node'') is a special kind
  46.           of disk block that contains information about  a  file,
  47.           such  as  its owner, permissions, timestamps, and loca-
  48.           tion on the disk.
  49.  
  50.      -_k, --_k_i_l_o_b_y_t_e_s
  51.           Print sizes in 1K blocks instead  of  512-byte  blocks.
  52.           This     overrides     the     environment     variable
  53.           POSIXLY_CORRECT.
  54.  
  55.      -_P, --_p_o_r_t_a_b_i_l_i_t_y
  56.           Use the POSIX output format.  This is like the  default
  57.           format  except that the information about each filesys-
  58.           tem is always printed on exactly one line; a mount dev-
  59.           ice  is never put on a line by itself.  This means that
  60.  
  61.  
  62.  
  63. FSF              Last change: GNU File Utilities                1
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70. DF(1L)            Misc. Reference Manual Pages             DF(1L)
  71.  
  72.  
  73.  
  74.           if the mount device name is  more  than  20  characters
  75.           long  (as  for  some  network  mounts), the columns are
  76.           misaligned.
  77.  
  78.      -_t, --_t_y_p_e=_f_s_t_y_p_e
  79.           Limit the listing to filesystems of type _f_s_t_y_p_e.   Mul-
  80.           tiple filesystem types can be shown by giving multiple
  81.           -_t options.   By  default,  all  filesystem  types  are
  82.           listed.
  83.  
  84.      -_x, --_e_x_c_l_u_d_e-_t_y_p_e=_f_s_t_y_p_e
  85.           Limit the listing to filesystems not  of  type  _f_s_t_y_p_e.
  86.           Multiple  filesystem  types can be eliminated by giving
  87.           multiple -_x options.  By default, all filesystem  types
  88.           are listed.
  89.  
  90.      -_v    Ignored; for compatibility with System V  versions  of
  91.           ddddffff.
  92.  
  93.      --_h_e_l_p
  94.           Print a usage message on standard output and exit  suc-
  95.           cessfully.
  96.  
  97.      --_v_e_r_s_i_o_n
  98.           Print version information on standard output then  exit
  99.           successfully.
  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. FSF              Last change: GNU File Utilities                2
  130.  
  131.  
  132.  
  133.