Skip to main content

Linux Commands

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

May 1, 2026 6 min read

cat Command in Linux with Examples

May 1, 2026 7 min read

Netcat (nc) Command in Linux with Examples

Apr 30, 2026 10 min read

ln Command in Linux: Create Symbolic Links

Apr 30, 2026 7 min read

How to Use Linux Screen

Apr 25, 2026 7 min read series

Chmod Recursive: Change File Permissions Recursively in Linux

Apr 25, 2026 14 min read series

chmod Command in Linux: Change File and Directory Permissions

Apr 24, 2026 7 min read series

scp Command in Linux: Secure File Transfer Examples

Apr 24, 2026 5 min read

gzip Command in Linux

Apr 23, 2026 6 min read

Cut Command in Linux

Apr 22, 2026 8 min read

git branch Command: Create, List, and Delete Branches

Apr 22, 2026 4 min read

tee Command in Linux with Examples

Apr 22, 2026 6 min read

Ping Command in Linux

Apr 21, 2026 4 min read

How to Set or Change the Time Zone in Linux

Apr 20, 2026 18 min read

Basic Linux Commands Every User Should Know

Apr 19, 2026 12 min read

Tcpdump Command in Linux

Apr 18, 2026 2 min read

How to Use the gunzip Command in Linux

Apr 18, 2026 6 min read

git fetch vs git pull: What Is the Difference?

Apr 17, 2026 4 min read series

How to Use the Export Command in Linux

Apr 17, 2026 7 min read

sha256sum and md5sum Commands: Verify File Integrity in Linux

Apr 15, 2026 8 min read

git cherry-pick Command: Apply Commits from Another Branch