U of S : DCS : Courses : CAI : HTML : Unix System : Dir. Protections


Set your Directory Protections

You must set the protections on your home directory, and on the "public_html" directory, so others can connect to your HTML documents. If you don't do this, people will not be able to view your documents. To set this up, enter the following commands at your unix prompt.

cd
chmod +x .
chmod +x public_html


[U of S] [Next] [Help] [Suggestions]