Repairing missing web directories on turing/hopper. If you have deleted or are missing the directories needed to access the student CSCI web server (students.cs.niu.edu/~user), you should be able to restore the connection wih the following steps. Log in to your home system. To determine your home system, use finger on your login id or the pwd command. The directory listing will indicate either turing or hopper. (You may need to log out and log back into the other system.) To create/restore a link to the web server, use the symbolic link command, ln -s, in your home directory : ln -s /home/www/{user_id}/public_html public_html * where {user_id} is your z-id. If you are missing course_html, do the same for course_html : ln -s /home/www/{user_id}/public_html public_html This should establish a useable link between your home account and the web server. If you were missing public_html or coure_html because you accidently deleted it, you may have also deleted any files stored on the web server. In some cases, we MIGHT be able to recover hem.