

0 / 2 embers
0 / 3000 xp
click for more info
Complete a lesson to start your streak
click for more info
Difficulty: 2
click for more info
Not enough gems
Cost: 6 gems
1: Welcome to Learn Linux
incomplete
2: What Is a Shell?
incomplete
3: Command Line vs. GUI
incomplete
4: What Is a Terminal?
incomplete
5: Variables
incomplete
6: History
incomplete
7: Navigate History
incomplete
This lesson's interactive features are locked, please to keep using them
You'll hear the terms "terminal," "shell," "command line," "CLI," and "command prompt" used interchangeably by some developers (despite some technically-correct differences). But they usually refer to the same thing: a program that allows you to interact with your computer in a text-based way.
The alternative to a terminal is a graphical user interface (GUI). When you use a mouse to click on fancy icons, buttons, and menus, you're using a "GUI" (pronounced "goo-ee").
Click to play video
To be fair, it's usually easier to teach people to use a GUI than a CLI. You can just point to things and say "click here" or "drag this there", but they do have some drawbacks:
The whoami command is as simple as it gets: it prints the username of the user you're currently logged-in as.
Run whoami in the shell on the right, then submit the shell checks.