Skip to main content

Linux Commands

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

Sep 7, 2026 16 min read

How to Remove (Delete) Files and Directories in Linux

Sep 6, 2026 13 min read

ls Command in Linux: List Files and Directories

Sep 5, 2026 7 min read new

btop Command in Linux: Monitor System Resources

Sep 5, 2026 8 min read

Listing Linux Services with systemctl

Sep 3, 2026 11 min read

CPU Info on Linux: Check CPU Details from the Command Line

Sep 3, 2026 11 min read

ps Command in Linux: ps aux and Common Options

Sep 2, 2026 11 min read

Check Open Ports in Linux: nmap, netcat, and Bash

Sep 2, 2026 12 min read

ss Command in Linux: Display Socket Statistics

Sep 1, 2026 12 min read

dnf Command in Linux: Install, Update, and Manage Packages

Aug 30, 2026 9 min read

wc Command in Linux: Count Lines, Words, and Bytes

Aug 30, 2026 8 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