Okay, student webserver here.. .trying to set up their home directories so that they have to do the least possible amount of tampering.
We've put a public_html/ folder in /etc/skel/ and that works fine and has the proper permissions .. but when a user FTP's to the server and dumps an index.html or something, the permissions are wrong and it can't be viewed from a browser.
Is there any way to set a recursive permission on home directories so that anything that is dumped in there has the same permissions? Or, is there another way to resolve this?
We've put a public_html/ folder in /etc/skel/ and that works fine and has the proper permissions .. but when a user FTP's to the server and dumps an index.html or something, the permissions are wrong and it can't be viewed from a browser.
Is there any way to set a recursive permission on home directories so that anything that is dumped in there has the same permissions? Or, is there another way to resolve this?