Skip to main content

Linux Commands

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

Mar 4, 2026 8 min read series

umask Command in Linux: Set Default File Permissions

Mar 3, 2026 5 min read

head Command in Linux: Display the First Lines of a File

Mar 3, 2026 8 min read series

ssh Command in Linux: Connect to Remote Servers

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

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

which Command in Linux: Find Executable Locations

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

Linux basename Command: Strip Directory and Suffix from File Names

Feb 21, 2026 4 min read

Linux uname Command: Print System Information