Recipe for turning on your web accounts on akbar.
1. Use SSH to connect to akbar, with your username/password account.
2. Type "ls -ald". Do you see "drwx---r-x" ?
3. If not, type "chmod o+rx ." (You do need to type the period.)
4. Now type "ls -ald html". Does it say "html: no such file or directory"?
5. If so, you need to create one. Type "mkdir html".
6. Make sure it looks OK. Type "ls -ald html" again.
The last few characters in the permissions should be "r-x". If not,
type "chmod o+rx html".