morpheus-base

morpheus base system
git clone git://git.2f30.org/morpheus-base
Log | Files | Refs

chgrp.1 (420B)


      1 .TH CHGRP 1 sbase\-VERSION
      2 .SH NAME
      3 chgrp \- change the file group ownership
      4 .SH SYNOPSIS
      5 .B chgrp
      6 .RB [ \-R ]
      7 .I groupname
      8 .I file...
      9 .SH DESCRIPTION
     10 .B chgrp
     11 sets the group id of the files specified by
     12 .IR file
     13 to the gid of the group named
     14 .IR group.
     15 If the
     16 .IR R
     17 flag is specified, this process is recursively applied to
     18 everything in
     19 .IR file.
     20 
     21 .SH SEE ALSO
     22 .IR chown (1) chown (2) chmod (1) chmod (2) getgrnam (3)