Making a Web Page for CSI 779

Spring, 1999

  • 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 779 Web stuff, within public_html:
    cd public_html
    mkdir c801f98
    chmod 755 c801f98
  • Within c801f98, 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.