Introduction to Linux Terminal - Your First Commands | whoami, hostname, date, cal

Опубликовано: 19 Май 2026
на канале: Codegiz — Built by Claude AI
17
1

🐧 New to Linux Terminal? Start here! This is the perfect introduction for absolute beginners.

📚 What You'll Learn:
• What is a terminal and why use it?
• Understanding the command prompt
• Your first essential commands: whoami, hostname, date, cal
• How to read terminal output

⏱️ Timestamps:
00:00 - Introduction
00:14 - What is a Terminal?
00:47 - Understanding the Prompt (whoami, hostname)
01:26 - System Information Commands (date, cal)
02:16 - Outro

💻 Commands Covered:
whoami - Show your current username
hostname - Display your computer's name
date - Show current date and time
date '+%Y-%m-%d %H:%M:%S' - Format date output
cal - Display calendar (current month)
cal 2024 - Display calendar for a specific year

🎯 Perfect for:
• Complete beginners to Linux
• People who have never used a terminal
• Developers new to command line
• Students starting with Linux
• Anyone curious about terminal basics

📖 Topics Covered:
✅ What is a terminal/command line?
✅ Understanding the prompt structure
✅ Basic terminal anatomy
✅ Getting system information
✅ Reading command output

🔗 Related Videos:
• Linux Terminal Basics (Lesson 39) - Navigation & Permissions
• Linux Commands: cat vs more
• Linux Commands: grep vs find

💡 Pro Tips:
The prompt shows: username@hostname:directory$
The $ means you're ready for commands
Use && to run multiple commands in sequence
cal without arguments shows the current month
date can be formatted with custom patterns

📝 Practice these commands in your own terminal to get comfortable!

🎓 This is Lesson 40 in our Linux Terminal series. Perfect starting point before moving to more advanced commands.

#Linux #Terminal #CommandLine #Bash #Tutorial #Beginner #Programming #DevOps #LinuxCommands #CommandLineBasics