Skip to main content

Linux Commands

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

Aug 22, 2026 12 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

Aug 16, 2026 5 min read

Linux basename Command: Get File Name from Path in Bash

Aug 16, 2026 9 min read series

echo Command in Linux: Print Text and Variables

Aug 15, 2026 18 min read

Grep Command in Linux with Examples

Aug 15, 2026 6 min read

Grep Multiple Patterns: Match Strings, Words, and Regex

Aug 15, 2026 7 min read

Grep Exclude: Patterns, Files, and Directories

Aug 14, 2026 9 min read

last Command in Linux: Check Login History

Aug 14, 2026 11 min read

How to Use wget in Linux with Examples

Aug 14, 2026 11 min read series

How to List Users in Linux