Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 889 Bytes

File metadata and controls

23 lines (17 loc) · 889 Bytes

Linux Terminal Basics

A comprehensive beginner-friendly cheat sheet for Linux terminal commands designed for new Linux users.

This repository contains a professionally formatted PDF linux-terminal-basics.pdf covering essential Linux commands with descriptions and syntax.

📚 Topics Covered

  1. Terminal Prompt Basics
  2. Getting Help (man, help, clear)
  3. Navigation Commands (pwd, ls, cd)
  4. File & Directory Creation (mkdir, touch, cat)
  5. Viewing & Editing Files (less, more, nano, vi)
  6. File Operations (cp, mv, rm)
  7. Text Processing (sort, uniq, grep, wc)
  8. Searching & Finding (find, locate)
  9. Compression & Archives (gzip, tar)
  10. Utilities & System Commands
  11. Process Management (top, ps, kill)

📜 License

This project is licensed under the MIT License.