Creating Server Space For A Site

                If a group or individual wants a site on the Cat@lyst
                Server, you'll need to create some space for them to put
                their files.

                $sudo mkdir /www/domainname.org
                $sudo chown username /www/domainname.org

                So that when the user logs on, they arrive at the directory
                where their site files are:

                  $ cd ~username
                  $ sudo -u username ln -s /www/domainname.org domainname.org

                safari (at) cat.org.au