Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

linux commands

Personal notes while learning linux CLI. Includes commands, syntax and examples.


Why learn linux?

Using Linux is about control, efficiency, and truly understanding how your system works. When a system breaks, commands like ls, cat, top, and rm are your first tools—without them, you’re blind. Core Linux commands let you navigate directories, manage files, and troubleshoot servers without relying on a GUI, often completing tasks in seconds that would take minutes through menus. They also teach patterns, not trivia, preparing you for real-world programming, DevOps, and cybersecurity work. Even if you don’t remember every command, knowing the fundamentals gives you flexibility, speed, and a professional edge, and lets you combine commands into scripts (.sh) to automate repetitive tasks like batch-renaming files, moving logs, or installing packages across multiple machines.


Structure

linux-commands/
├── README.md
├── basics.md
├── file-system.md
├── permissions.md
├── processes.md
└── networking.md

Types of file

| Purpose                   | File               |
| ------------------------- | ------------------ |
| Notes / explanations      | `.md`              |
| Actual executable scripts | `.sh`              |
| Config examples           | `.conf` (optional) |

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors