From LQWiki
When used in reference to the permission bits, execute means that a file may have its contents treated as instructions (may be run as a program).
To make a file myfile executable (i.e. usable as a program), use the following command:
chmod +x myfile