FlareStart
HomeNewsHow ToSources
FlareStart

Where developers start their day. All the tech news & tutorials that matter, in one place.

Quick Links

  • Home
  • News
  • Tutorials
  • Sources
  • Privacy Policy

Connect

© 2026 FlareStart. All rights reserved.

Back to articles
Linux Command Line: The Complete Cheat Sheet
How-ToDevOps

Linux Command Line: The Complete Cheat Sheet

via Dev.to TutorialApaksh2h ago

If you work in tech, you will use the Linux command line. It's not optional. Whether you're SSH-ing into a server, debugging a Docker container, or just trying to find that one log file buried three directories deep, these commands are the bedrock of your workflow. I've distilled 100+ essential commands into this single reference. Print it, tape it to your monitor, and watch your Stack Overflow searches drop by half. Navigation & Directory Management pwd # Print working directory cd ~ # Go to home directory cd - # Go to previous directory cd ../.. # Go up two levels ls # List files ls -la # List all files (including hidden) with details ls -lh # Human-readable file sizes ls -lt # Sort by modification time (newest first) tree # Visual directory tree tree -L 2 # Tree limited to 2 levels deep pushd /var/log # Push directory onto stack & cd into it popd # Pop directory off stack & return File & Directory Operations touch file.txt # Create empty file / update timestamp mkdir -p a/b/

Continue reading on Dev.to Tutorial

Opens in a new tab

Read Full Article
0 views

Related Articles

How to Save 20% on Crypto Trading Fees (Without VIP Status)
How-To

How to Save 20% on Crypto Trading Fees (Without VIP Status)

Dev.to Tutorial • 48m ago

MacBook Neo just set a new bar for cheap laptops - and rattled the PC market
How-To

MacBook Neo just set a new bar for cheap laptops - and rattled the PC market

ZDNet • 2h ago

Built a Free Analytics Platform, Here's Why
How-To

Built a Free Analytics Platform, Here's Why

Dev.to • 2h ago

Welcome Thread - v369
How-To

Welcome Thread - v369

Dev.to • 5h ago

Understand OpenClaw by Building One — Part 2
How-To

Understand OpenClaw by Building One — Part 2

Medium Programming • 5h ago

Discover More Articles