1. Login to the webserver, type (assuming same username is being used):
ssh alfred.uib.no
2. Run the script to create home directory with your login name, for that type on the shell:
www
3. Change the working directory to the created one [for me this is ash022 so I cd to /People/www/ash022]:
cd /People/www/<user_name>
4. Create your index.html file, for example:
echo "Hello World" >
index.html
5. Access the created webpage [for me the link is http://www.uib.no/People
http://www.uib.no/People/<user_name>/
6. More useful scripts available at http://tjinfo.uib.no/std-cgi
[Source:
http://it.uib.no/?link_id=1541