home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / gnu / fileutils-3.9-bin.lha / man / cat1 / df.0 < prev    next >
Text File  |  1993-12-07  |  4KB  |  133 lines

  1.  
  2.  
  3.  
  4. DF(1L)                                                     DF(1L)
  5.  
  6.  
  7. NNAAMMEE
  8.        df - summarize free disk space
  9.  
  10. SSYYNNOOPPSSIISS
  11.        ddff  [-aikPv]  [-t  fstype]  [-x fstype] [--all] [--inodes]
  12.        [--type=fstype]   [--exclude-type=fstype]    [--kilobytes]
  13.        [--portability] [--help] [--version] [path...]
  14.  
  15. DDEESSCCRRIIPPTTIIOONN
  16.        This manual page documents the GNU version of ddff.  ddff dis-
  17.        plays the amount of disk space available on the filesystem
  18.        containing  each  argument  pathname.  If no pathnames are
  19.        given,  the  space  available  on  all  currently  mounted
  20.        filesystems is shown.  Disk space is shown in 1K blocks by
  21.        default, unless the environment  variable  POSIXLY_CORRECT
  22.        is set, in 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, ddff 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 ddff cannot 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.    OOPPTTIIOONNSS
  34.        _-_a_, _-_-_a_l_l
  35.               Include in the  listing  filesystems  that  have  0
  36.               blocks,   which   are  omitted  by  default.   Such
  37.               filesystems are typically  special-purpose  pseudo-
  38.               filesystems,  such as automounter entries.  On some
  39.               systems, filesystems of type ``ignore'' or ``auto''
  40.               are  also  omitted  by  default and included in the
  41.               listing by this option.
  42.  
  43.        _-_i_, _-_-_i_n_o_d_e_s
  44.               List  inode  usage  information  instead  of  block
  45.               usage.   An  inode  (short for ``index node'') is a
  46.               special kind of disk block that  contains  informa-
  47.               tion  about a file, such as its owner, permissions,
  48.               timestamps, and location 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
  52.               blocks.   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
  57.               default  format  except  that the information about
  58.               each filesystem is always printed  on  exactly  one
  59.               line;  a  mount  device  is  never put on a line by
  60.               itself.  This means that if the mount  device  name
  61.  
  62.  
  63.  
  64. FSF                     GNU File Utilities                      1
  65.  
  66.  
  67.  
  68.  
  69.  
  70. DF(1L)                                                     DF(1L)
  71.  
  72.  
  73.               is  more  than 20 characters long (as for some net-
  74.               work mounts), the columns are misaligned.
  75.  
  76.        _-_t_, _-_-_t_y_p_e_=_f_s_t_y_p_e
  77.               Limit the listing to filesystems  of  type  _f_s_t_y_p_e.
  78.               Multiple  filesystem  types  can be shown by giving
  79.               multiple _-_t options.  By  default,  all  filesystem
  80.               types are listed.
  81.  
  82.        _-_x_, _-_-_e_x_c_l_u_d_e_-_t_y_p_e_=_f_s_t_y_p_e
  83.               Limit  the  listing  to  filesystems  not  of  type
  84.               _f_s_t_y_p_e.  Multiple filesystem types  can  be  elimi-
  85.               nated  by  giving multiple _-_x options.  By default,
  86.               all filesystem types are listed.
  87.  
  88.        _-_v     Ignored; for compatibility with System  V  versions
  89.               of ddff.
  90.  
  91.        _-_-_h_e_l_p Print a usage message and exit with a non-zero sta-
  92.               tus.
  93.  
  94.        _-_-_v_e_r_s_i_o_n
  95.               Print version information on  standard  error  then
  96.               exit.
  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.  
  130. FSF                     GNU File Utilities                      2
  131.  
  132.  
  133.