Chapter 19: Terminal
Learning Objectives
Upon completing all the content in this chapter, you should be able to do the following:
- Navgiate through your filesystem effectively
- Create new files
- Copy existing files
- Remove directories or files
- List contents of a directory
- Understand the difference between an
absolute
andrelative
path. - Understand the difference between a graphical user interface and a command line interface
Key Terminology
Here is a list of key terms for this chapter broken down by the page the term first appears on. You should make note of these terms and their definitions.
What is a terminal anyways?
- graphical user interface (GUI)
- command line interface (CLI)
- terminal
- shell
Filesystem and Paths
- filesystem
- directory
- subdirectory
- root directory
- parent directory
- absolute path
- relative path
How to Do Stuff in the Terminal
- prompt