Cid,
Did you notice how may post Charlie has handled? When I looked last 1952 posts... and that just since we started with this new forum system.
CharlieBrady is a developer here. We try not to waste his time because he and a small group of others are busy creating the SME server software we all enjoy.
Okay... so why do you want to make the permissions 700.
-rwx------
Basically gives the owner of the file permissions, but no one else. You'll need to add permissions for the group and possible anonymous to use these files in execute mode if you want them to also have execute.... but you probably wouldn't grant all users "everyone" "anonymous" access to write to the files.
Basic security. Only the folks who require access should have access.
WITH THAT SAID.... the developers make all of this easy by building ibays for us to put our files into. Then in the server-manager GUI you can set the permissions, allowing the appropriate groups to have access or not.
So what you probably need to do is go to the ibay and set reset the permissions... then you don't have to worry about 777 0700 0644 or any of that chmod stuff.
Hope this helps.... and be nice to the developers.