Use SSH to make coursework folders on Eden
Note: Don't use spaces or upper-case letters in file names!- Open SSH Secure File Transfer Client on your computer and
(a) click on "Quick Connect"
(b) for "Host Name" enter www.eden.rutgers.edu
(c) enter your Eden username
(d) click "Connect" and enter your password. - Check the Remote (right) side of the SSH window for a "public_html" folder.
- Create a "public_html" folder there if you don't have one already — see the GetIT SSH Tutorial for help. Note that public_html must be spelled exactly that way: lower-case letters with an underscore (no quote-marks).
- Check that your "public_html" folder's permissions are 755.
- In your "public_html" folder make a "425" folder — and set its permissions to 755.
- In your "425" folder make a "hw" folder (where you'll store your homework) — and set its permissions to 755.
- Double-check that you didn't use spaces or upper-case letters in your filenames!
- Check that everything worked: in a browser, enter
http://www.eden.rutgers.edu/~your username/425
You should see your "hw" folder listed inside your "425" folder. - next, in your "hw" folder makes an "img" folder and set its permissions also to "755".
- This should appear in a browser window when you enter
http://www.eden.rutgers.edu/~your username/425/hw/
- Next, in your "425" folder make a "drafts" folder (where you'll store your web pages until the midterm) — and set its permissions to 755.
- Check that everything worked as in step 8
- Finally, in your "drafts" folder makes an "img" folder and set its permissions also to "755".
- This should appear in a browser window when you enter
http://www.eden.rutgers.edu/~your username/425/drafts/
return to schedule
SSH and Folder Management Exercise
- Open this page in Firefox
- Save the page (this HTML file) (Ctrl + S) to the desktop of your computer
- Check that you now have a file named "crashmo.htm" and an associated folder of "crashmo_files" on your desktop
- Copy "crashmo.htm" and the associated folder from your desktop to the "drafts" folder you made on Eden
- Set the permissions for the file, the associated folder, and the two images inside the folder to "755"
- Open your online (= Eden) copy of the page in a new window or tab in Firefox; the page should be visible at
http://www.eden.rutgers.edu/~your username/425/drafts/crashmo.htm
Note: Do not use SSH to open the file! (Never use SSH to open remote files!!) - Check that the page you opened in the new tab or window is identical to the one you started with at crashmo.htm (i.e., both images should be visible)
- If the page is not identical re-check the permissions for the file, the associated folder, and the two images inside the folder
- Repeat step 7 until the page displays correctly
- Let the instructor know when you've finished the exercise
return to schedule
~Jonathan Bass