Introduction to the Linux Shell
Understand what the shell is, its importance, and how to interact with it using basic commands.
Welcome to the Linux Shell!
Want to talk straight to your computer? The Linux shell lets you control the OS, manage files, and automate tasks — all with text commands.
What is the Shell?
The shell is the program that sits between you and the kernel: you type commands, it interprets them, the kernel runs them. Bash is the classic one.
All lessons in this course
- Introduction to the Linux Shell
- Basic Navigation: `cd`, `ls`, `pwd`
- File & Directory Management: `mkdir`, `rm`, `cp`, `mv`
- Getting Help: man, --help, and tldr