Files and Storage

Paths, folders, search, disks, partitions, filesystems, and mounts.

Files and Storage

Files and Storage

Use Files and Storage when you need confidence with file operations, storage layout, and safer changes to disks and mounted devices.

This domain is public-ready across Learning, Practice, Troubleshooting, and Reference.

What you will learn
  • Read, create, search, copy, move, and delete with confidence
  • Distinguish files, folders, paths, partitions, and mounted storage
  • Inspect before changing storage so destructive mistakes stay rare
Coverage in this domain
13 lessons 8 labs 3 problems 4 quick-reference items

Best when you need real confidence with files, paths, disks, and storage changes.

Lesson order

Start at the top and move forward if you want the full learning path for this domain.

Lesson 1 File System
File System Architecture: How Your OS Organises Data Understand the map of the file system well enough to recognize Windows drive-letter paths, Linux root-tree paths, and the difference between a file name and the data behind it.
Lesson 2 File System
Navigation: GUI First Use the graphical file manager to build a reliable spatial map of paths, hidden files, and frequent locations before translating those actions to the command line.
Lesson 3 File System
Navigation: CLI Translation Translate basic GUI navigation into terminal navigation using the current directory, listing commands, absolute and relative paths, and a few high-value movement shortcuts.
Lesson 4 File System
File Operations: View and Read Read files safely from the terminal, inspect the beginning or end of long output, and search inside text without opening a GUI editor.
Lesson 5 File System
File Operations: Create and Edit Create folders and files from the terminal, write simple text safely, and make small edits without relying on a full GUI workflow.
Lesson 6 File System
File Operations: Copy, Move, Delete Copy, move, rename, delete, and archive files safely so you can reorganize work without losing track of what changed.
Lesson 7 File System
Search and Find Find programs and files in a way that matches the real problem: command lookup, live recursive search, or fast indexed search.
Lesson 8 File System
WSL: The Windows↔Linux Bridge Learn how to access your Windows files from inside Linux, access your Linux files from Windows Explorer, and run commands across both OSs simultaneously.
Lesson 9 File System
File System Lab: Mini Scenario Use navigation, reading, creating, moving, searching, and archiving together to clean up a safe practice project from the terminal.
Lesson 10 Storage
Storage Architecture Understand how disks, partitions, filesystems, and mount points fit together so storage changes make sense before any formatting or mounting commands are used.
Lesson 11 Storage
Disk Management: GUI Use graphical disk tools to inspect disks and partitions safely, and understand which actions are low-risk inspection versus high-risk modification.
Lesson 12 Storage
Disk Management: CLI Inspect storage devices and mount points from the command line, and understand which commands are observational versus potentially destructive.
Lesson 13 Storage
Storage Lab: External Drive Setup Walk through the storage setup sequence conceptually and in safe practice steps so external-drive preparation makes sense before touching real data.