Back
CS 456 Home
Assignment h0: Survey
Due Date: Jan 23 at 8AM EST
This assignment is just to get you familiar with how we will do things on the CS Server. You will
login to the CS Server using your full ISU email address and portal password, typing something like
below at the prompt if you're using Command Prompt/Powershell in Windows or Terminal in Mac.
> ssh username@sycamores.indstate.edu@cs.indstate.edu
If you're using something like PuTTY, xShell, or similar:
- Username: username@sycamores.indstate.edu
- Host : cs.indstate.edu
- Port : 22
You should see a "cs456" directory in your home directory upon logging in. You should also be able
to access my cs456 directory, which is at /home/cs456. Go into that directory and you should see a
folder that says h0, and inside there is a file called survey.txt.
Copy that folder into your cs456 directory by running: cp -R /home/cs456/h0/ ~/cs456/
or: hw_get.py cs456 h0
Then use a text editor (like vi, nano, emacs) to open it and follow the instructions
inside that file.
Once finished, leave it in that directory. I will run a script to collect the files when the due
date approaches.