File System
Understand the Linux Filesystem Hierarchy Standard and learn to navigate, create, move, and search for files and directories.
Permissions
Master file ownership and access control with chmod, chown, and chgrp, including octal notation and special permission bits.
Processes
View, monitor, and control running processes using ps, top, kill, nice, and job control commands.
Shell Basics
Work efficiently at the command line with essential commands, I/O redirection, pipes, environment variables, and shortcuts.
Linux follows the Unix philosophy: build small, focused tools that do one thing well, then compose them together through pipes and redirection. The more comfortable you become with these building blocks, the more powerful your workflows will be.