What you'll learn
- ✦Explain what a shell, a terminal, and a prompt actually are — and why pros prefer them
- ✦Navigate your whole filesystem confidently with
pwd,ls, andcd - ✦Tell absolute paths from relative ones and use shortcuts like
~,., and.. - ✦Create, copy, move, rename, and delete files and folders from the keyboard
- ✦Read files without opening an editor using
cat,less,head, andtail - ✦Find files by name with
findand search inside them withgrep - ✦Combine commands with pipes and save output with redirection (
|,>,>>) - ✦Read file permissions, fix them with
chmod, and understand environment variables andPATH - ✦Work faster with wildcards, aliases, and chained commands
- ✦Connect to remote machines with SSH, manage processes, and write a first shell script
Syllabus
Module 1
Getting oriented Free
Module 2
Navigating the filesystem Locked
Module 3
Working with files Locked
Module 4
Searching, pipes & environment Locked
Module 5
Productive shell Locked
Module 6
Real work in the terminal Locked