Filesystem Tunnels
A shared server contains unfamiliar files and permissions that must be handled safely.
- 8 practical command rooms
- 1 multi-step boss workflow
- Immediate explanations and safety notes
CURRICULUM // LINUX
Navigate files, control processes, transform text, and diagnose a living system.
FOUR-ZONE PATH
Each zone turns reference material into an active scenario. You will choose commands, repair mistakes, predict outcomes, and assemble complete workflows.
A shared server contains unfamiliar files and permissions that must be handled safely.
A service is behaving badly and the surrounding process environment holds the clues.
Large logs hide a small but important signal. Find it and reshape it into useful output.
Storage, archives, and network paths must be inspected before the host runs out of room.
PRACTICE DESIGN
The multi-step sequences below are authored workflows, while individual command rooms link to the closest available command reference.
Filesystem Tunnels
Confirm the location, create the hierarchy and file, then restrict directory traversal and file access separately.
Audit and secure a configuration file that may expose credentials. Locate and inspect the file before restricting it to its owner, then verify the final permission bits.
Read the complete field guide →Process Engine
Discover the process and its PID before sending SIGTERM, allow cleanup time, then verify whether it remains.
Diagnose a failing nginx service before deciding whether its process must be stopped. Service status and logs provide evidence before process lookup and a graceful stop; the final status confirms the outcome.
Read the complete field guide →Text Foundry
Filter first, sort before deduplication, count the resulting report, then preview a bounded sample.
Find repeated failed-login sources in an authentication log without modifying the original. Create derived files, extract the source field, sort before counting duplicates, and rank the final counts numerically.
Read the complete field guide →Operations Deck
Measure filesystem and directory usage, create the archive, inspect its contents, then confirm its size and location.
Diagnose why an HTTPS endpoint cannot be reached, moving from name resolution to the application response. Check DNS first, then reachability and route, followed by HTTP headers and a verbose TLS/HTTP exchange.
Read the complete field guide →HOW THIS WORLD WAS BUILT
The complete command library is public and each field guide explains prerequisites, failure modes, verification, and safety boundaries. Source-linked does not mean a command was executed on every platform.
Open the public command library →