Skip to main content

Linux Commands

Command references for core Linux tools, syntax, examples, and practical one-liners.

Aug 30, 2026 9 min read

reboot Command in Linux: Restart with systemctl and shutdown -r

Aug 28, 2026 12 min read

Linux Kill Process: Stop Processes by PID or Name

Aug 28, 2026 10 min read series

df Command in Linux: Check Disk Space Usage

Aug 28, 2026 9 min read series

How to Add a Directory to PATH in Linux

Aug 28, 2026 13 min read

traceroute Command in Linux

Aug 26, 2026 16 min read

Grep Regex: Regular Expressions Syntax and Examples

Aug 26, 2026 9 min read

How to Run Linux Commands in the Background

Aug 26, 2026 8 min read

Regular Expressions Explained: How Regex Patterns Work

Aug 25, 2026 7 min read

How to Create a File in Linux

Aug 25, 2026 9 min read

How to Mount ISO File on Linux

Aug 24, 2026 11 min read

parted Command in Linux: Manage Disk Partitions

Aug 22, 2026 13 min read series

Sudo Command in Linux: Run Commands as Root

Aug 21, 2026 16 min read

Linux cp Command: Copy Files and Directories

Aug 20, 2026 13 min read

How to Use sed to Find and Replace Strings in Files

Aug 20, 2026 9 min read series

Bash Best Practices: Writing Safer, Cleaner Scripts

Aug 20, 2026 7 min read series

How to List Groups in Linux

Aug 18, 2026 6 min read

How to Remove a Symbolic Link (Symlink) in Linux

Aug 17, 2026 7 min read series

sleep Command in Linux: Pause a Bash Script

Aug 17, 2026 12 min read

Tar Command in Linux: Create and Extract Archives with Examples

Aug 16, 2026 26 min read

awk Command in Linux: Syntax, Patterns, and Examples