πΆοΈ Technique Card: Navigating Linux
Unit 101 β Terminal Tigers π― | Rank: Shadow Recruit
ShadowNet Agency: Recruit Training File β Classified Level 1
π― Mission Brief
Before you can complete missions and field operations, you must learn to move silently through the file system. Use these essential terminal commands to explore, locate targets, and escape unnoticed.
Your first mission (Navigating the Shadows) requires locating a secret file hidden deep in the digital jungle.
π Terminal Tools of the Shadow Recruit
π§ pwd
β Print Working Directory
π βKnow your location. A lost agent is a compromised agent.β
Use pwd
to discover where you currently are in the file system.
pwd
π Example Output:
/home/sr-101/Documents/Missions
π€οΈ cd
β Change Directory
π βThe quietest path is the one only you know.β
Use cd
(change directory) to move between folders. Think of it as walking through a network of hidden corridors.
cd foldername
To go up one level:
cd ..
To go back to your home base:
cd ~
π Example:
cd secrets/level1
π§Ύ ls
β List Contents
π βObserve before you act. The shadows hide many things.β
Use ls
to view the contents of your current folder.
ls
For more details (like types, sizes, dates), try:
ls -l
π§ Operative Intel
πΈ Tip 1: If you get lost, run pwd
to reorient yourself.
πΈ Tip 2: Use ls
before and after every cd
to keep your senses sharp.
πΈ Tip 3: Folders are like locked rooms β cd
is your key.
π§ͺ ShadowNet Training Task
Practice your stealth:
- Open a terminal.
- Use
pwd
to find your location. - Use
ls
to look around. - Use
cd
to enter the correct directories. - Try to locate the file:
secret-shadow.txt
.
πΎ Remember, Tiger:
Real power lies not in force, but in precision.
Master the shadows. Move like smoke. Strike like light.
β¬ οΈ Go to Mission 001: Navigating the Shadows