Slide 3.6: Personal websites Slide 3.8: CGI (Common Gateway Interface) Home |
shell> mkdir ~/public_html
where the symbol ~ is the user's root in the Unix file system.
public_html directory.
An example script is ~/public_html/test.html.
Check the HTML Tutorial for how to write HTML scripts.
~/public_html/test.html , perform the following operations:
shell> chmod 755 ~/../userid shell> chmod 755 ~/public_html/ shell> chmod 755 ~/public_html/test.htmlwhere userid is your Unix account identifier.
~/public_html/test.html , the page is at the location:
http://people.aero.und.edu/~userid/test.html |