- What is
homebrew
? - What is
git
and why do we need it? - What is
rbenv
? - Describe the format of an
IP address
- What is
HTTP
? How is it different fromHTTPS
? - Describe the different elements of a
URL
- What's a
GUI
? Whats aCLI
? Can you give an example of each? - Explain the difference between
absolute path
andrelative path
. Provide an example - How can I see all the commands I've typed in the terminal before?
- What's
root directory
? What ishome directory
? How can i quickly go to my home directory in the shell? - Write the command needed to:
- List all the files in the
working directory
- List all the files in the
working directory
, with detailed information - Create a file named
my_heart
- Create a new directory named
homework
- Copy the
foo
directory into a new directory namedbar
- Rename the
/usr/local/
directory to/usr/home
- Delete a directory named
/tmp/trash
- Please describe the permissions of
my_file.txt
-rw-r-x-wx 1 michael wdi_9 224 Jul 29 21:03 my_file.txt
- What is $PATH? Why is it useful? How can I see the contents of the
PATH
environment variable in the shell?
- Create a new
public gist
in Github Gist - Add it to the
assessment
tab in our class spreadsheet