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

  1.  
  2.  
  3.  
  4. CHOWN(1L)         MISC. REFERENCE MANUAL PAGES          CHOWN(1L)
  5.  
  6.  
  7.  
  8. NAME
  9.      chown - change the user and group ownership of files
  10.  
  11. SYNOPSIS
  12.      chown [-Rcfv] [--recursive] [--changes] [--silent] [--quiet]
  13.      [--verbose] [user][:.][group] file...
  14.  
  15. DESCRIPTION
  16.      This manual page documents the GNU version of chown.   chown
  17.      changes  the user and/or group ownership of each given file,
  18.      according to its first non-option argument, which is  inter-
  19.      preted as follows.  If only a user name (or numeric user ID)
  20.      is given, that user is made the owner of  each  given  file,
  21.      and  the  files'  group is not changed.  If the user name is
  22.      followed by a colon or dot and  a  group  name  (or  numeric
  23.      group  ID), with no spaces between them, the group ownership
  24.      of the files is changed as well.  If a colon or dot  but  no
  25.      group  name  follows  the  user  name, that user is made the
  26.      owner of the files and the group of the files is changed  to
  27.      that  user's login group.  If the colon or dot and group are
  28.      given, but the user name is omitted, only the group  of  the
  29.      files  is  changed;  in  this  case, chown performs the same
  30.      function as chgrp.
  31.  
  32.   OPTIONS
  33.      -_c, --_c_h_a_n_g_e_s
  34.           Verbosely describe only files whose ownership  actually
  35.           changes.
  36.  
  37.      -_f, --_s_i_l_e_n_t, --_q_u_i_e_t
  38.           Do not print error messages about files whose ownership
  39.           cannot be changed.
  40.  
  41.      -_v, --_v_e_r_b_o_s_e
  42.           Verbosely describe ownership changes.
  43.  
  44.      -_R, --_r_e_c_u_r_s_i_v_e
  45.           Recursively change ownership of directories  and  their
  46.           contents.
  47.  
  48.      The long-named options can be introduced with `+' as well as
  49.      `--',  for compatibility with previous releases.  Eventually
  50.      support for `+' will be removed, because it is  incompatible
  51.      with the POSIX.2 standard.
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63. Sun Release 4.1           Last change:                          1
  64.  
  65.  
  66.  
  67.