pwncollege
DojosLeaderboardCommunity
Back to gca-ctf~8018193d

Linux Basics

gca-ctf~8018193d
0/11 challenges completed

This module will teach you the basics of using Linux, specifically on the command line. The command line (also called the terminal or shell) is a way to control your computer by typing instructions instead of clicking on buttons. You type a command, press Enter, and the computer follows your instructions — like opening a file, moving something, or searching for a word. It might look plain, but it's a powerful tool!

If you ever forget a command you've learned, check out the Cheat Sheet below!

Linux Commands Cheat Sheet

Challenges

1
Running Commands
2
Move through the Linux filesystem.
3
Create and delete files.
4
Move, copy, and rename files.
5
Display file contents in the terminal.
6
Create files with nano.
7
Edit files with nano.
8
Locate files on the Linux filesystem.
9
Find the password! (Searching files)
10
Advanced Directory Techniques.
11
Learn about command flags.