mirror of
https://github.com/uutils/coreutils.git
synced 2025-12-23 08:47:37 +00:00
375 B
375 B
chmod
chmod [OPTION]... MODE[,MODE]... FILE...
chmod [OPTION]... OCTAL-MODE FILE...
chmod [OPTION]... --reference=RFILE FILE...
Change the mode of each FILE to MODE. With --reference, change the mode of each FILE to that of RFILE.
After Help
Each MODE is of the form '[ugoa]*(-+=)+|[-+=]?[0-7]+'.