 |
First, see how your homespace is mounted:
-
Log into your account via SSH.
-
At the prompt, type:
quota
-
If you see a Volume name that begins with
h.something, then your homespace is in AFS, and
this process does not apply to your Glue account.
-
However, if you see an error, or anything that does not
begin with a volume name that starts with h, then your
homespace is NFS mounted.
If your homespace is NFS mounted, or if your account is a
deans account, there are a few steps that you should take to
set up your pub directory:
-
Log into your account via SSH.
-
At the prompt, type:
mkdir public_html
-
then type:
chmod 755 public_html
-
then type:
ln -s public_html pub
-
then type:
chmod 711 .
Now your public directory is reachable by the glue web
server. You can reach it from your home directory by typing
cd pub.
|