Frontend Engineering

The Iron Yard - Washington DC

Final Survey

Please fill out this survey to show us what you've learned so far! Please make sure you read each of our policy and prework sections, and that you mark them as "Complete" with the buttons at the top of each page!

Write a set of terminal commands which accomplish the following (in this order) and type those commands in the area below.

  1. change directory to your home directory;
  2. list the contents of your home directory;
  3. make a new directory called "tiy" inside your home directory;
  4. change into the "tiy" directory;
  5. create a blank file inside the "tiy" directory called "test.txt";
  6. copy the "test.txt" file inside the same directory with a name of "test-two.txt" (do NOT recreate it, COPY it);
  7. remove both the "test.txt" and "test-two.txt" files from the "tiy directory"