Making a Web Page for CSI 771

  • Log onto science.
  • Make sure your account is worldreadable:
    cd ..
    chmod 755 (your accountname)
    cd
  • Make a directory for your Web stuff:
    mkdir public_html
    chmod 755 public_html
  • Make a directory for your CSI 771 Web stuff, within public_html:
    cd public_html
    mkdir csi771
    chmod 755 csi771
  • Within csi771, make an index file, index.html.
    This file contains text and information.

    Use your browser's command to view the source of this file to see what a file looks like.

    A note of caution:

    The Web makes it very easy to copy text from someone else. That is generally OK, so long as you do not put it in your own account and present it as your own. Doing that is plagarism, and is a crime.