Standard permission for directories/scripts (755)

$ chmod 755 [target]

Command
chmod
Description
Owner has full access (rwx), others can read and execute/enter (r-x). Common for public directories.
Deep Dive
7 = rwx (Owner) 5 = r-x (Group) 5 = r-x (Others)