Linux Command Line Reference
Essential and advanced Linux commands organized by category: files, processes, networking, permissions, text processing, and systemd.
📄 Product Preview
Try the interactive reader and demo tools below, or get the full product with all content unlocked.
📖 Interactive Reader (Free Preview) ⚙ Try Demo Tools 📦 Download Free Sample📁 File Structure 3 files
📖 Documentation Preview README excerpt
Linux Command Line Reference
Version: 2.0.0 | Price: $12 | Format: Markdown + HTML + Shell script examples
Overview
A comprehensive desk reference for Linux command-line operations. Covers essential and advanced commands organized by category: file operations, process management, networking, permissions & users, text processing, systemd service management, disk & storage, and shell scripting patterns.
Designed for developers, sysadmins, DevOps engineers, and anyone who lives in the terminal.
Who Is This For?
- Developers working on Linux servers and containers
- System administrators managing Linux infrastructure
- DevOps/SRE engineers automating server operations
- Students preparing for Linux certifications (LPIC, RHCSA)
What's Inside
Cheatsheet Files (`cheatsheets/`)
| File | Topics Covered |
|---|---|
01-file-operations.md | ls, cp, mv, rm, find, ln, tar, zip, rsync, file permissions in ls output |
02-process-management.md | ps, top, htop, kill, jobs, bg, fg, nohup, nice, strace, lsof |
03-networking.md | ip, ss, curl, wget, dig, nslookup, netstat, traceroute, iptables, nmap |
04-permissions-users.md | chmod, chown, chgrp, umask, useradd, usermod, sudoers, ACLs, sticky bit |
05-text-processing.md | grep, sed, awk, cut, sort, uniq, tr, wc, diff, head, tail, xargs |
06-systemd.md | systemctl, journalctl, unit files, timers, targets, service management |
07-disk-storage.md | df, du, mount, fdisk, lsblk, mkfs, fstab, LVM, swap, RAID |
08-shell-scripting.md | Variables, conditionals, loops, functions, arrays, traps, parameter expansion |
Example Files (`examples/`)
| File | Description |
|---|---|
backup-script.sh | Automated backup script with rotation, logging, and error handling |
system-health-check.sh | System health monitoring script checking CPU, memory, disk, and services |
log-analyzer.sh | Log file analyzer using grep, awk, and sort for pattern extraction |
Quick Reference (`cheatsheet.html`)
A single self-contained HTML page with the most essential Linux commands in a printable two-column layout. Open in any browser or print to PDF.
How to Use
1. Unzip the product to any directory
2. Browse the cheatsheets/ folder for topic-specific references
3. Open cheatsheet.html in your browser for a printable quick reference
4. Copy scripts from examples/ and customize for your environment
5. Search within markdown files using your editor or grep -r "keyword" cheatsheets/
Format Notes
- All cheatsheets are GitHub-flavored Markdown
- Shell commands are shown with common flags and realistic examples
- Each section includes a "Gotchas" table with common mistakes and fixes
- Example scripts are POSIX-compatible where possible (noted when bash-specific)
Changelog
... continues with setup instructions, usage examples, and more.