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

  1.  
  2.  
  3.  
  4. DU(1L)            MISC. REFERENCE MANUAL PAGES             DU(1L)
  5.  
  6.  
  7.  
  8. NAME
  9.      du - summarize disk usage
  10.  
  11. SYNOPSIS
  12.      du [-abcklsxDLS] [--all] [--total]  [--count-links]  [--sum-
  13.      marize]    [--bytes]    [--kilobytes]    [--one-file-system]
  14.      [--separate-dirs]    [--dereference]    [--dereference-args]
  15.      [path...]
  16.  
  17. DESCRIPTION
  18.      This manual page  documents  the  GNU  version  of  du.   du
  19.      displays  the amount of disk space used by each argument and
  20.      for each subdirectory of directory arguments.  The space  is
  21.      measured  in  1K  blocks  by default, unless the environment
  22.      variable POSIXLY_CORRECT is  set,  in  which  case  512-byte
  23.      blocks are used.
  24.  
  25.   OPTIONS
  26.      -_a, --_a_l_l
  27.           Display counts for all files, not just directories.
  28.  
  29.      -_b, --_b_y_t_e_s
  30.           Print sizes in bytes.
  31.  
  32.      -_c, --_t_o_t_a_l
  33.           Write a grand total of all of the arguments  after  all
  34.           arguments  have  been  processed.   This can be used to
  35.           find out the disk usage of a directory, with some files
  36.           excluded.
  37.  
  38.      -_k, --_k_i_l_o_b_y_t_e_s
  39.           Print sizes in kilobytes.  This overrides the  environ-
  40.           ment variable POSIXLY_CORRECT.
  41.  
  42.      -_l, --_c_o_u_n_t-_l_i_n_k_s
  43.           Count the size of all files, even if they have appeared
  44.           already in another hard link.
  45.  
  46.      -_s, --_s_u_m_m_a_r_i_z_e
  47.           Display only a total for each argument.
  48.  
  49.      -_x, --_o_n_e-_f_i_l_e-_s_y_s_t_e_m
  50.           Skip directories that are on different filesystems from
  51.           the one that the argument being processed is on.
  52.  
  53.      -_D, --_d_e_r_e_f_e_r_e_n_c_e-_a_r_g_s
  54.           Dereference symbolic links that are command line  argu-
  55.           ments.   Does not affect other symbolic links.  This is
  56.           helpful for finding out the disk usage  of  directories
  57.           like /usr/tmp where they are symbolic links.
  58.  
  59.      -_L, --_d_e_r_e_f_e_r_e_n_c_e
  60.  
  61.  
  62.  
  63. Sun Release 4.1           Last change:                          1
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70. DU(1L)            MISC. REFERENCE MANUAL PAGES             DU(1L)
  71.  
  72.  
  73.  
  74.           Dereference symbolic links (show the disk space used by
  75.           the  file  or directory that the link points to instead
  76.           of the space used by the link).
  77.  
  78.      -_S, --_s_e_p_a_r_a_t_e-_d_i_r_s
  79.           Count  the  size  of  each  directory  separately,  not
  80.           including the sizes of subdirectories.
  81.  
  82. BUGS
  83.      On BSD systems, du reports sizes that are half  the  correct
  84.      values  for  files  that are NFS-mounted from HP-UX systems.
  85.      On HP-UX systems,  it  reports  sizes  that  are  twice  the
  86.      correct  values for files that are NFS-mounted from BSD sys-
  87.      tems.  This is due to a flaw in HP-UX; it also  affects  the
  88.      HP-UX du program.
  89.  
  90.      The long-named options can be introduced with `+' as well as
  91.      `--',  for compatibility with previous releases.  Eventually
  92.      support for `+' will be removed, because it is  incompatible
  93.      with the POSIX.2 standard.
  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.