

0 / 2 embers
0 / 3000 xp
click for more info
Complete a lesson to start your streak
click for more info
Difficulty: 3
click for more info
Not enough gems
Cost: 6 gems
1: Open a Terminal
incomplete
2: Installing Windows Subsystem for Linux
incomplete
3: Terminal Alternatives
incomplete
4: Download Worldbanc
incomplete
5: Shell Configuration
incomplete
6: PATH Config
incomplete
7: Shell Aliases
incomplete
8: Man
incomplete
9: Symbolic Links
incomplete
10: Top
incomplete
11: Interrupt
incomplete
12: Kill
incomplete
Back
ctrl+,
Next
ctrl+.
This lesson's interactive features are locked, please to keep using them
Time to find the terminal on your own computer. Everything you did in the browser shell, you can now do for real.
Find and open a terminal on your computer.
Open the "Terminal" application. You can find it by searching for "Terminal" in Spotlight (the magnifying glass in the top-right corner of your screen).
Open the "Command Prompt" application. You can find it by searching for "Command Prompt" in the Start Menu. (In the next lesson we'll install something much nicer.)
If you're on Linux, I refuse to believe that you don't already know how.
Look for a system menu button on your screen, probably at the top left or bottom left corner. Click it, then find "Terminal."
If you're using a Chromebook (ChromeOS), enable the Linux development environment by going to Settings -> Advanced -> Developers -> Linux development environment. Once installed, open the "Terminal" application from your app launcher.
Type the following command:
echo "I love the command line"
Press Enter to run it.
Paste the output of that command into the input field and submit it.