Homework 1 - basics of Unix Environment Due - Tue - 18 Sep. 1) Log into your CERI Account. CERI UUID:_________________________ CERI PASSWORD:_____________________ 2) [2] Create a directory in your account for this course - you might call it something like ESCI7205. 3) [2] Create a subdirectry for homeworks, notes, scripts (call this one "com"), and programs (call this one "src") 4) [2] Copy the files f1 and f2 from /gaia/home/rsmalley/ESCI7205 to the homework directory you created for this course. 5) [2] Use cat to make a file that has the following 11 12 13 14 15 6) [2] Use paste to combine f1, f2 and the file you made into a file with 3 columns and 5 lines. 7) Look at the "big" file you just made using the cat and more commmands. 8) [2] Make a link to the "big" file you made in the directory for the course (not the homework directory).