CS 426 - Senior Project Teams

Groups have been created for the following teams:

    team01 .. team16
One person needs to host the webpage for the group.

To create the webpage:

  • cd $HOME
  • mkdir public_html/team00
  • touch public_html/team00/index.html
  • chgrp -R team00 public_html/team00
  • chmod g+rwx public_html/team00
  • chmod 664 public_html/team00/index.html
  • chmod g+rx public_html
  • chmod g+rx $HOME
The webpage will then be visible as:
    http://www.cse.unr.edu/~user/team00
To change the group ownership on a file:
    chgrp team00 file
To change group permissions on a file:
    chmod g+r file
    chmod g+rw file
    chmod g+rwx file

See the man pages for chgrp and chown for details.

To raise your disk quota, send an email request to: root@cse.unr.edu

Last modified: Wed Feb 11 01:14:33 PST 2004