Linux for Beginners: Install Ubuntu + Linux Files & Folders Explained (Home Lab Part 4)
drillerbyte· 24/5/2026
Mô tả
Welcome back! Part 4 of the Drillerbyte Cybersecurity Home Lab series is here, and this time we are deep into Section 3 of the Linux mini-course — Working With Files and Folders. This section is where things start getting really practical. Every command in this video is something you will use on the job, whether you are in IT support, a SOC role, or doing penetration testing. By the end of this video you will be creating, copying, moving, renaming, and deleting files and directories from the terminal with confidence. Here is exactly what we cover: ✅ touch — creating empty files, single and multiple at once ✅ echo — printing to screen and redirecting output into a file ✅ nano — terminal-based text editor for creating and editing files ✅ mkdir and mkdir -p — creating directories and nested folder structures ✅ cp and cp -r — copying files and entire directories ✅ mv — moving and renaming files ✅ rm — deleting files safely ✅ rmdir — removing empty directories ✅ rm -r — recursively removing folders and everything inside them ✅ Wildcards (*) — working with multiple files in a single command We also do a full walkthrough of the Section 3 practice quiz at the end so you can test yourself before moving on. 📖 Follow the full Linux mini-course on the blog: https://drillerbyte.com/blog ▶️ Part 3 (Navigation — pwd, ls, cd, tree): https://youtu.be/d8U5Z39t08w ▶️ Part 2 (Install Ubuntu + Section 1 — Getting Help): https://youtu.be/UIV89Pacq0w?si=VhVlE0387sTKJZyE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ ⏱ TIMESTAMPS ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0:00 — Intro and series recap 1:20 — Section 3: Working With Files and Folders begins 1:40 — touch — creating a single file 3:00 — touch — creating multiple files at once 4:00 — echo — printing to screen and creating files with redirection 5:30 — tree — viewing the file structure after creation 6:00 — nano — terminal-based file editor 9:00 — mkdir — creating a directory 11:00 — mkdir -p — creating nested folder structures 13:00 — cp — copying files 15:00 — cp -r — copying entire directories 17:00 — mv — moving and renaming files 20:00 — rm — deleting files 22:00 — rmdir — removing empty directories 24:00 — rm -r — recursively deleting folders with content 28:00 — Wildcards (*) — delete and copy multiple files by pattern 32:00 — Section 3 Practice Quiz walkthrough ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 📚 FULL SERIES PLAYLIST ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ Part 1 — Build a Cybersecurity Home Lab (Kali Linux + VirtualBox): https://drillerbyte.com/2026/05/21/how-to-build-a-cybersecurity-home-lab-from-scratch-kali-linux-virtualbox/ Part 2 — Install Ubuntu + Linux Getting Help Commands: https://youtu.be/UIV89Pacq0w?si=VhVlE0387sTKJZyE Part 3 — Linux Navigation Commands (pwd, ls, cd, tree): https://youtu.be/d8U5Z39t08w Part 4 — Linux Files & Folders: touch, mkdir, cp, mv, rm and Wildcards Explained https://youtu.be/LuFTfdGJ4Jc Part 5 — Viewing and Reading File Content (cat, less, head, tail, grep) — coming soon ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 🔔 Subscribe and drop a comment below. Every comment tells me you are following along and helps me keep pushing out free content like this. Stay on this channel long enough and you will become a cybersecurity expert. That is a guarantee. #Linux #Cybersecurity #HomeLab