Create Project Directories Using mkdir
š Scenario: You are organizing files for a new website project. You need to create folders to keep your work neat and easy to find.
šÆ Goal: Create three directories named html, css, and js inside a main folder called website.
š What You'll Learn
Create a main directory called
websiteInside
website, create three directories: html, css, and jsUse the
mkdir commandUse a single command to create all directories inside
websiteš” Why This Matters
š Real World
Organizing project files into folders helps keep work neat and easy to find, just like organizing papers in folders at home or work.
š¼ Career
Knowing how to create and manage directories is a basic skill for developers, system administrators, and anyone working with computers.
Progress0 / 4 steps