Tick read/write/execute for owner, group and others — and get the octal value and ready chmod command. Or type the octal number and see what it means.
Owner: read+write+execute (7); group and others: read+execute (5) each. The classic setting for executable files and directories.
644 lets everyone read the file; 600 makes it private to the owner — use it for keys and secrets.