Skip to main content

Linux Commands

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

Mar 5, 2026 6 min read

ss Command in Linux: Display Socket Statistics

Mar 5, 2026 6 min read

pgrep Command in Linux: Find and Filter Running Processes

Mar 4, 2026 4 min read

unlink Command in Linux: Remove a Single File

Mar 4, 2026 6 min read

uniq Command in Linux: Remove and Count Duplicate Lines

Mar 2, 2026 7 min read

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

Mar 2, 2026 7 min read

ifconfig Command in Linux: Configure Network Interfaces

Mar 1, 2026 5 min read series

groupdel Command in Linux: Delete a Group

Mar 1, 2026 5 min read

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

Feb 28, 2026 5 min read

top Command in Linux: Monitor Processes in Real Time

Feb 28, 2026 8 min read series

usermod Command in Linux: Modify User Accounts and Groups

Feb 27, 2026 6 min read

sort Command in Linux: Sort Lines of Text

Feb 27, 2026 5 min read

wall Command in Linux: Broadcast Messages to Logged-In Users

Feb 26, 2026 8 min read

journalctl Command in Linux: Query and Filter System Logs

Feb 26, 2026 7 min read series

stat Command in Linux: Display File and Filesystem Information

Feb 26, 2026 5 min read series

How to Create Groups in Linux: groupadd Command

Feb 26, 2026 5 min read

touch Command in Linux: Create Files and Update Timestamps

Feb 23, 2026 7 min read

Rsync Command in Linux with Examples

Feb 22, 2026 6 min read

Linux patch Command: Apply Diff Files

Feb 19, 2026 6 min read

Timeout Command in Linux

Feb 7, 2026 4 min read

Rmmod Command in Linux