HW0 - Hello World

This homework is for you to learn how to access your Linux environment (you’re going to be doing this a lot).

You have 2 options for completing this:

  1. Recommended! Use your account on klaatu.cs.washington.edu (you should have been emailed a username/password).

  2. Use a Home Linux VM setup

Do not use your own machine for this! Some of you may be tempted, but please make this easy on yourself - just use klaatu.

What to do

  1. Login to your Linux environment.

  2. Execute the following commands in your shell (type it in, one line at a time, press enter, repeat):

    cd
    script hw0.script   
    whoami
    echo $SHELL
    pwd
    uname -a
    gcc --version -std=c11
    <type whatever you want here, anything at all, see what happens>
    exit
  1. Submit the file hw0.script in Gradescope under HW0.