chmod Man Page with examples and calculator - Linux - SS64.com

PHOTO EMBED

Sat Mar 19 2022 08:21:04 GMT+0000 (Coordinated Universal Time)

Saved by @bbyblueyescry

Syntax
       chmod [Options]... Mode [,Mode]... file...

       chmod [Options]... Numeric_Mode file...

       chmod [Options]... --reference=RFile file...

Options
  -f, --silent, --quiet   Suppress most error messages.

  -v, --verbose           Output a diagnostic for every file processed.
  -c, --changes           like verbose but report only when a change is made.

      --reference=RFile   use RFile's mode instead of MODE values.

  -R, --recursive         Change files and directories recursively.
                          Take care to not run recursive chmod on the root '/' directory or any other system directory.

      --help              Display help and exit.

      --version           output version information and exit.
content_copyCOPY

https://ss64.com/bash/chmod.html