Linux Command Levels

Tutorials & Resources

Navigation

pwd

Show current directory

cd [dir]

Change directory

ls [options]

List directory contents

File Operations

touch [file]

Create empty file

cat [file]

Display file contents

cp [src] [dest]

Copy files/directories

Permissions

chmod [perms] [file]

Change file permissions

chown [user] [file]

Change file owner

ls -l

View permissions

Processes

ps aux

List all processes

kill [pid]

Terminate process

top

Interactive process viewer

Networking

ifconfig

Network interfaces

ping [host]

Test connectivity

netstat -tuln

Listening ports

Terminal Shortcuts

Ctrl + C
Cancel/terminate current command
Ctrl + L
Clear the terminal
Tab
Auto-complete commands/filenames
↑ / ↓
Navigate command history
Ctrl + A
Move to start of line
Ctrl + E
Move to end of line
Terminal
Welcome to Terminal Quest! Select a level to begin learning Linux commands for cybersecurity.
user@terminal-quest:~$
Level complete! +50 XP
Achievement Unlocked!

LEARN BEYOND THE TERMINAL

Master cybersecurity with these extended resources:

Terminal Quest on Product Hunt

Community Boost

Upvote our launch and get exclusive early access to the "Red Team" expansion pack with advanced penetration testing labs.

Upvote Now

Advanced Command Line Tricks

Medium Tutorial

17 Linux commands that saved me during a real SOC investigation. Includes downloadable cheat sheets and lab setup guides.

Read Article

Live Hackalong Sessions

YouTube Series

Weekly live streams where we solve Terminal Quest levels together and analyze real-world malware samples using these commands.

Watch Now