CMPS-3600 - Operating Systems
Prepare for this course over the Winter break.


Build your course directories • Log in to Odin. • Go to your home directory. • Run the following script... /home/fac/gordon/p/3600/build_dirs.sh To run the script you just enter the line above into your terminal. you can even copy and paste it in.
============================= NOTICE ============================= Assignments will not be accepted from a 3600 directory that has been setup improperly. This happens to many beginning or careless students. How to fix a bad 3600 directory... 1. Change to your home directory. cd 2. Rename your 3600 directory. mv 3600 x3600 3. Run the script that you see above. 4. Copy any files you want to save from your x3600 directory to your new 3600 directory. Use the cp command. 5. Delete the x3600 directory. rm -ri x3600