LearnItNow

Master Terminal Basics

TechBeginnerHome
90 minutes
·
5 steps
·Beginner

After 90 min: Comfortable navigating and managing files entirely through the command line

Master Terminal Basics is a technical skill that opens real doors once you have it. This 90-minute plan is perfect for complete beginners — you can complete it from the comfort of home with the materials listed above, no special background required. The goal is not to leave you with theoretical knowledge but with a tangible, lived experience: by the end of this session, you will comfortable navigating and managing files entirely through the command line. That concrete outcome is what separates structured plans from casual self-study — you always know what you're working toward and whether you've arrived.

The session moves through 5 carefully ordered steps, covering open & explore, navigate directories, manage files, and view & edit files. Each block has a specific time window so you know exactly how long to spend before moving on. The sequencing is intentional: early steps build foundational awareness and muscle memory, while later steps apply those fundamentals under slightly more demanding conditions — the same way a skilled instructor would structure a first lesson. By the time you reach the final step, you will have touched every core element of master terminal basics at least once.

One thing most beginners miss: Use 'man' command to read help for any command. Mistakes are hard to undo, so double-check before deleting. Keeping that in mind throughout the session will dramatically improve your results. After this 90-minute foundation session, you'll have a clear picture of which aspects of terminal feel natural and which need more deliberate practice. That self-knowledge is the most valuable thing you take away — it turns a one-off session into the start of a genuine learning path.

What you need

LaptopTerminal application

The 90-Minute Plan

Open & Explore0–15 min

Open Terminal (Mac) or PowerShell (Windows). Type 'pwd' to see your location.

Navigate Directories15–35 min

Use 'ls' to list files, 'cd' to change folders, and 'mkdir' to create new directories.

Manage Files35–55 min

Practice 'cp' (copy), 'mv' (move), and 'rm' (delete) commands with test files.

View & Edit Files55–75 min

Use 'cat' to view files, 'grep' to search, and 'nano' to edit text files.

Ship & next steps75–90 min

Complete a project using only terminal. Next: learn about permissions and piping.

Pro Tip

Use 'man' command to read help for any command. Mistakes are hard to undo, so double-check before deleting.

Keep Going

You might also try