Multiple symbolic modes can be given, separated by commas.
chmod [OPTION]... OCTAL-MODE FILE...
absolute mode
The first digit selects the set user ID (Set User ID Bit) (4) and set group ID (2) (Set Group ID Bit) and restricted deletion or sticky (1) attributes (Sticky Bit).
The second digit selects permissions for the user who owns the file: read (4), write (2), and execute (1);
the third selects permissions for other users in the file’s group, with the same values
the fourth for other users not in the file’s group, with the same values.
List of options:\
-c, --changes
like verbose but report only when a change is made