Members can create their own web sites and web pages. To do this, log in and create a directory like this:
cd mkdir public-html chmod a+rx public-htmlNote that public-html contains a hyphen not an underscore.
You can then put files into your public-html directory (either via your login or via file transfers) which is accessible from either:
http://www.ucc.gu.uwa.edu.au/~yourusernameor
http://www.ucc.asn.au/~yourusername
You will need to make sure your public files are ''world readable'' (see chmod).