If you placed your files under your
public_html directory, your files are accessible to anyone in the world. So please do so carefully, particulaly executables. These are some suggestions.
- Make sure that all your directory permissions are set to (drwx--x--x) so that web server will not list directory contents, but users can see your web pages.
-
If you do not intend your excutables to be used by others, change executable file permissions to (-rw-------). This way the files cannot be executed until you change the permissions back to executable.