Skip to main content

Linux Commands

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

Jul 20, 2026 6 min read

tail Command in Linux: Show Last Lines and Follow Logs

Jul 19, 2026 9 min read series

umask Command in Linux: Set Default File Permissions

Jul 19, 2026 5 min read series

export Command in Linux: Set Bash Environment Variables

Jul 18, 2026 8 min read

lsof Command in Linux: Find Open Files and What Is Using a Port

Jul 17, 2026 4 min read

How to Unzip a .gz File in Linux

Jul 16, 2026 8 min read

sha256sum and md5sum: Verify Checksums in Linux

Jul 16, 2026 4 min read

What Is stdin, stdout, and stderr in Linux

Jul 14, 2026 5 min read

less Command in Linux: Navigate and Search Files

Jul 13, 2026 6 min read series

passwd Command in Linux: Change User Passwords

Jul 13, 2026 6 min read

tree Command in Linux: Display Directory Structure

Jul 12, 2026 11 min read

curl Command in Linux: Usage and Examples

Jul 11, 2026 8 min read

nohup Command in Linux: Background Jobs and Output

Jul 11, 2026 8 min read

tmux Command in Linux: Sessions, Windows, and Panes

Jul 11, 2026 5 min read

strace Command in Linux: Trace System Calls

Jul 10, 2026 7 min read

How to Manage Node.js Processes with PM2

Jul 8, 2026 11 min read

htop Command in Linux: How to Monitor and Manage Processes

Jul 8, 2026 7 min read

smartctl Command in Linux: Check Disk Health with SMART

Jul 8, 2026 10 min read

find Command in Linux: Search Files and Directories

Jul 6, 2026 5 min read

How to Create a Directory in Linux: mkdir Command Examples

Jul 5, 2026 9 min read

ffmpeg Command in Linux: Convert, Compress, and Extract Media