Computer Science @ Marlboro |
Introduction to the Internet, Spring 2003 |
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".