Table of Contents

The Terminal

Learning Goals

  • Vocabulary: Terminal, command line, commands
  • To know advantages of the command line and why programmers use it
  • To utilize the terminal to navigate, create, delete, and modify files and folders
  • To know and utilize basic terminal commands: ls, cd, touch, mkdir, rm, mv, cp, man, pwd, whoami, cat

Further Reading (optional)

Resources

  1. The Command Line
  2. Example Commands
  3. Assignment: Learn the Command Line