Provided by: rust-coreutils_0.0.14-3_amd64
NAME
chmod - manual page for chmod 0.0.14
DESCRIPTION
/build/rust-coreutils-mQkL0l/rust-coreutils-0.0.14/debian/tmp/usr/bin/chmod 0.0.14 Change the mode of each FILE to MODE. With --reference, change the mode of each FILE to that of RFILE. USAGE: /build/rust-coreutils-mQkL0l/rust-coreutils-0.0.14/debian/tmp/usr/bin/chmod [OPTION]... MODE[,MODE]... FILE... /build/rust-coreutils-mQkL0l/rust-coreutils-0.0.14/debian/tmp/usr/bin/chmod [OPTION]... OCTAL-MODE FILE... /build/rust-coreutils-mQkL0l/rust-coreutils-0.0.14/debian/tmp/usr/bin/chmod [OPTION]... --reference=RFILE FILE... ARGS: <MODE> <FILE>... OPTIONS: -c, --changes like verbose but report only when a change is made -f, --quiet suppress most error messages [aliases: silent] -h, --help Print help information --no-preserve-root do not treat '/' specially (the default) --preserve-root fail to operate recursively on '/' -R, --recursive change files and directories recursively --reference <RFILE> use RFILE's mode instead of MODE values -v, --verbose output a diagnostic for every file processed -V, --version Print version information Each MODE is of the form '[ugoa]*([-+=]([rwxXst]*|[ugo]))+|[-+=]?[0-7]+'.
SEE ALSO
The full documentation for chmod is maintained as a Texinfo manual. If the info and chmod programs are properly installed at your site, the command info chmod should give you access to the complete manual.