Unix File Permissions

ReadWriteExecute
User
Group
Others
-rwxrw-r--

chmod Commands

Any of the following commands can be used to set this permissions on a file.

chmod 0764 filepath
chmod -R 0764 folderpath  # recursively set permissions