

0 / 2 embers
0 / 3000 xp
click for more info
Complete a lesson to start your streak
click for more info
Difficulty: 4
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
Sometimes a program will get stuck and you'll want to stop it. Common reasons for this are:
In these cases, you can stop the program by pressing Ctrl+C. This sends a "SIGINT" signal to the program, which tells it to stop.
Inside the worldbanc/private/bin/ directory, there is a program called malicious.sh. Sounds scary!
As a good security auditor, and knowing that you are on a secure system with no internet access, you want to see what this program does! Go ahead and run it!
It will run forever if you let it... use Ctrl+C to send a SIGINT signal to the program and stop it.
Paste the last line of its output into the text box and submit your answer.