Answers:
chmod command changes the permission for a file or a directory.
You can use man, whatis, --help commands to get the description of the command and it will also help you find the options to use with the command.
In this case it will be man chmod, whatis chmod, chmod --help.