First Linux commands
📖 Scenario: You just started using Linux and want to learn some basic commands to explore your files and folders.
🎯 Goal: Learn to use simple Linux commands to list files, check your current folder, and create a new folder.
📋 What You'll Learn
Use the
pwd command to show the current directoryUse the
ls command to list files and foldersUse the
mkdir command to create a new folder💡 Why This Matters
🌍 Real World
Knowing these basic Linux commands helps you navigate and organize files on any Linux system, like servers or your personal computer.
💼 Career
Many IT and programming jobs require comfort with Linux command line to manage files, run scripts, and work efficiently.
Progress0 / 4 steps