Skip to main content

Linux Commands

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

Apr 14, 2026 4 min read

less Command in Linux: Navigate and Search Files

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

tmux Command in Linux: Sessions, Windows, and Panes

Apr 11, 2026 10 min read

curl Command in Linux: Usage and Examples

Apr 11, 2026 6 min read series

passwd Command in Linux: Change User Passwords

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

tail Command in Linux: View the End of Files and Follow Logs

Apr 7, 2026 9 min read

find Command in Linux: Search Files and Directories

Apr 7, 2026 5 min read

mkdir Command in Linux: Create Directories

Apr 7, 2026 7 min read

env Command in Linux: Show and Set Environment Variables

Apr 6, 2026 11 min read

htop Command in Linux: Monitor Processes Interactively

Apr 6, 2026 7 min read

nohup Command in Linux: Run Commands After Logout

Apr 2, 2026 9 min read

nmap Command in Linux with Practical Examples

Apr 1, 2026 8 min read

lsof Command in Linux: List Open Files and Network Connections

Mar 31, 2026 8 min read

How to Check for Listening Ports in Linux: Find Open and Used Ports

Mar 31, 2026 6 min read

How to Unzip Files in Linux