Services Work Learn About Contact
0/6
Lesson 1 of 6

What is the Terminal?

The terminal (or command line) is a text-based interface for controlling your computer. Instead of clicking folders and buttons, you type commands. It is faster, more powerful, and essential for developers.

On Windows, you have Command Prompt and PowerShell. On Mac and Linux, you have Terminal. Many developers also use tools like Git Bash or Windows Terminal.

TERMINAL
# This is a terminal command
# Lines starting with # are comments

# Common terminals:
# - Windows: Command Prompt, PowerShell, Git Bash
# - Mac: Terminal
# - Linux: Bash, Zsh

# The prompt shows your current location:
# C:\Users\Ali>     (Windows)
# ali@mac:~$        (Mac/Linux)
🧠

Quick Quiz

Answer correctly to unlock the next lesson.

Support the mission

This learning platform is 100% free: no ads, no tracking, no paywalls. If it helped you learn something useful, you can support future lessons or donate to Doctors Without Borders, which provides emergency medical care in crisis zones worldwide.

🎉

You completed Terminal!

You finished all 6 lessons and quizzes. You now know the basics of Terminal.