] > posting web pages Web pages can be posted in the following manner on the CSE site.

  1. Create at the root directory a subdirectory named WWW.
    mkdir ~/WWW

    Note that WWW should be in uppercase letters.

  2. Make the WWW directory globally accessible.
    chmod 711 ~/WWW

  3. Copy the HTML file to the WWW directory.
    cp uni.html ~/WWW/.

  4. Make the HTML file globally readable.
    chmod 644 ~/WWW/filename

  5. The URL for the web page will be
    http://www.cse.ohio-state.edu/~your-user-name/filename