Provided by: rust-coreutils_0.0.14-3_amd64 bug

NAME

       chgrp - manual page for chgrp 0.0.14

DESCRIPTION

       /build/rust-coreutils-mQkL0l/rust-coreutils-0.0.14/debian/tmp/usr/bin/chgrp  0.0.14 Change
       the group of each FILE to GROUP.

   USAGE:
              /build/rust-coreutils-mQkL0l/rust-coreutils-0.0.14/debian/tmp/usr/bin/chgrp
              [OPTION]...                              GROUP                              FILE...
              /build/rust-coreutils-mQkL0l/rust-coreutils-0.0.14/debian/tmp/usr/bin/chgrp
              [OPTION]... --reference=RFILE FILE...

   ARGS:
              <GROUP> <FILE>...

   OPTIONS:
       -c, --changes
              like verbose but report only when a change is made

       --dereference

       -f, --silent

       -h, --no-dereference
              affect  symbolic  links instead of any referenced file (useful only on systems that
              can change the ownership of a symlink)

       -H     if a command line argument is a symbolic link to a directory, traverse it

       --help Print help information.

       -L     traverse every symbolic link to a directory encountered

       --no-preserve-root
              do not treat '/' specially (the default)

       -P     do not traverse any symbolic links (default)

       --preserve-root
              fail to operate recursively on '/'

       --quiet
              suppress most error messages

       -R, --recursive
              operate on files and directories recursively

       --reference <RFILE>
              use RFILE's group rather than specifying GROUP values

       -v, --verbose
              output a diagnostic for every file processed

       -V, --version
              Print version information

SEE ALSO

       The full documentation for chgrp is maintained as a Texinfo manual.  If the info and chgrp
       programs are properly installed at your site, the command

              info chgrp

       should give you access to the complete manual.