hey I'm running a centos 4.4 server and some of my friends have web accounts on it(just for fun). I was thinking of setting setting chmod to 751 on all of the root folders except for /home. Would this interfere with anything that linux does...?
The users just have a /home/username/public_html and /home/username/private folder, they dont do anything else.
751 does:
user can do everything
group can read and execute
others can just execute
I was thinking of doin this just so it looks cleaner... like so they cant see the whole server
Thanks,
-Adam
Edit: Am I right in thinking everything will be the same besides the ability to list files in the directories?