Skip to main content

Linux Commands

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

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 15, 2026 8 min read

git cherry-pick Command: Apply Commits from Another Branch

Apr 14, 2026 7 min read

Nginx Commands You Should Know

Apr 14, 2026 9 min read

ufw Command in Linux: Uncomplicated Firewall Reference

Apr 13, 2026 5 min read

who Command in Bash: List Logged-In Users

Apr 12, 2026 2 min read

How to Check the Kernel Version in Linux

Apr 9, 2026 4 min read

file Command in Linux: Determine File Types

Apr 9, 2026 6 min read

Chattr Command in Linux (File Attributes)

Apr 7, 2026 7 min read

env Command in Linux: Show and Set Environment Variables

Apr 2, 2026 10 min read

nmap Command in Linux with Practical Examples

Mar 30, 2026 5 min read

id Command in Linux: Display User and Group Information

Mar 30, 2026 9 min read

sed Delete Lines: Remove Lines by Number, Pattern, or Range

Mar 29, 2026 3 min read

How to Rename Directories in Linux

Mar 27, 2026 4 min read

w Command in Linux: Show Logged-In Users and Activity

Mar 27, 2026 3 min read

sysctl Command in Linux: View and Change Kernel Parameters

Mar 20, 2026 4 min read

whereis Command in Linux: Find Binary, Source, and Man Pages

Mar 20, 2026 5 min read

git clone: Clone a Repository