oracular (1) rust-chmod.1.gz

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

NAME

       chmod  - Change the mode of each FILE to MODE.  With --reference, change the mode of each FILE to that of
       RFILE.

SYNOPSIS

       chmod [-c|--changes] [-f|--quiet] [-v|--verbose] [--no-preserve-root] [--preserve-root]  [-R|--recursive]
       [--reference] [-h|--help] [-V|--version] [MODE] [FILE]

DESCRIPTION

       Change the mode of each FILE to MODE.  With --reference, change the mode of each FILE to that of RFILE.

OPTIONS

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

       -f, --quiet
              suppress most error messages

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

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

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

       -R, --recursive
              change files and directories recursively

       --reference
              use RFILE's mode instead of MODE values

       -h, --help
              Print help

       -V, --version
              Print version

       [MODE]

       [FILE]

VERSION

       v0.0.26

                                                  chmod 0.0.26                                          chmod(1)