Command Line Basics

Command Line Basics

Command line

An interface for typing commands directly to a computer's operating system.

  1. PWD - Full pathname to the current working directory
  2. LS - List of directories
  3. MKDIR - Create a directory folder
  4. CD - Change a directory
  5. CD .. -Navigate to parent / one level up
  6. Clear - Clear console
  7. Arrow key up/down - Previous commands.