Interactive course
Linux Terminal
Learn to navigate the Linux command line with ease. From exploring the file system to managing files and directories, all the way to standard redirects, pipelines, and filtering with grep.
01 · Orientation and Navigation
2 lessons
Terminal basics: understanding where you are in the file system and listing directory contents.
02 · Files and Folders
3 lessons
Safely creating, organizing, moving, and deleting files and directories.
- 2.1Creating resources (mkdir and touch)Create new directories (including nested trees with -p) and empty files.~10 min
- 2.2Moving and copying (mv and cp)Copy files and directories, rename resources, and organize them across folders.~12 min
- 2.3Deleting resources (rm)Remove files and entire folders recursively (-r) and forcefully (-f) using rm.~8 min
03 · Streams, Redirects, and Filters
2 lessons
Controlling input/output streams, chaining commands, and filtering text with regular expressions.
04 · Permissions and Security
2 lessons
Understand and manage Linux security using file permissions, users, and privilege escalation.
05 · Processes and System Control
2 lessons
Identify, monitor, and terminate running programs, manage background jobs, and view system logs.