Sorry I wasn't more clear earlier. I was hoping this was a known issue that would only need some keywords.
Never mind, for the moment, the purpose for which I'm doing this. This is a hobby project, so I'm not all that concerned about the security of the cms's I'm fiddling with.
What I'm curious about is why:
1. I put a directory full of its own directories and files into my web directory...
2. I go into that directory and try to modify permissions, as in...
sudo chmod -r 777 fakedirectory
3. The response I then get is: "no such directory exists" (even though an immediate 'ls' command shows the directory is there.
4. Investigating the issue through the finder reveals that the directory in question has been turned into a "Drop Box".
An earlier post suggests that capital -R is different than -r in the syntax. What's the difference, and would -r turn a directory into a drop box that not even root (at least, via sudo) can mess with?
Hope this is clearer. Thanks for the help.