home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 5 / FreshFish_July-August1994.bin / bbs / gnu / fileutils-3.9-bin.lha / man / cat1 / chown.0 < prev    next >
Text File  |  1993-12-07  |  2KB  |  67 lines

  1.  
  2.  
  3.  
  4. CHOWN(1L)                                               CHOWN(1L)
  5.  
  6.  
  7. NNAAMMEE
  8.        chown - change the user and group ownership of files
  9.  
  10. SSYYNNOOPPSSIISS
  11.        cchhoowwnn  [-Rcfv]  [--recursive] [--changes] [--help] [--ver-
  12.        sion] [--silent] [--quiet]  [--verbose]  [user][:.][group]
  13.        file...
  14.  
  15. DDEESSCCRRIIPPTTIIOONN
  16.        This  manual  page  documents  the  GNU  version of cchhoowwnn.
  17.        cchhoowwnn changes the user  and/or  group  ownership  of  each
  18.        given  file,  according  to its first non-option argument,
  19.        which is interpreted as follows.  If only a user name  (or
  20.        numeric  user ID) is given, that user is made the owner of
  21.        each given file, and the files' group is not changed.   If
  22.        the  user  name  is followed by a colon or dot and a group
  23.        name (or numeric group ID), with no spaces  between  them,
  24.        the group ownership of the files is changed as well.  If a
  25.        colon or dot but no group name follows the user name, that
  26.        user  is  made the owner of the files and the group of the
  27.        files is changed to that user's login group.  If the colon
  28.        or  dot and group are given, but the user name is omitted,
  29.        only the group of the files  is  changed;  in  this  case,
  30.        cchhoowwnn performs the same function as cchhggrrpp.
  31.  
  32.    OOPPTTIIOONNSS
  33.        _-_c_, _-_-_c_h_a_n_g_e_s
  34.               Verbosely describe only files whose ownership actu-
  35.               ally changes.
  36.  
  37.        _-_f_, _-_-_s_i_l_e_n_t_, _-_-_q_u_i_e_t
  38.               Do not print error messages about files whose  own-
  39.               ership 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
  46.               their contents.
  47.  
  48.        _-_-_h_e_l_p Print a usage message and exit with a non-zero sta-
  49.               tus.
  50.  
  51.        _-_-_v_e_r_s_i_o_n
  52.               Print  version  information  on standard error then
  53.               exit.
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64. FSF                     GNU File Utilities                      1
  65.  
  66.  
  67.