Directory tree structuring
Directory trees should be carefully structured to enhance the protection of critical files. The basic guideline is that directory search access should be as limiting as possible (for example, placing all publicly accessible files into directories that close to the root of the file system).
It is also a good idea to place very sensitive directories as close to absolute root as possible, since this minimizes the number of intermediate directories that need to be protected.