Making a Web Page

  • 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 csi779
    chmod 755 csi779
  • Within csi779, 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.