ENGR 3 rocks
Hi I’m Damon Turney
Homework 0 due October 7 ! Get a computer account. Make sure you have tcsh as your “shell” Use the ENGR 3 course website to help yourself complete the homework.
Download and install PuTTY on your personal computer Log into Now you can use the commands ls List all the files in your current directory pwd Print your current directory to the monitor cd Change to another directory
cd.. Change to the directory behind (above) cd ~ Change to your home directory mkdir Make a new directory rmdirRemove a directory cpCopy a file from one place to another mvMove a file from one place to another rmDelete a file gccMake the computer compile a C code./Make the computer run a file straight through the CPU
mkdir ENGR3 cp ~engr3/hw0.c ENGR3/hw0.c cd ENGR3 turnin hw0.c
Good online free guide to Linux Good online free guide to C commands To search these websites use Google. Example: tcsh site: or printf site: