Skip to main content
Settings
Search
Appearance
Theme Mode
About
Jekyll v3.10.0
Environment Production
Last Build
2026-05-27 23:28 UTC
Current Environment Production
Build Time May 27, 23:28
Jekyll v3.10.0
Build env (JEKYLL_ENV) production
Quick Links
Page Location
Page Info
Layout quest
Collection quests
Path _quests/0000/linux-fundamentals.md
URL /quests/0000/linux-fundamentals/
Date 2021-03-13
Theme Skin
SVG Backgrounds
Layer Opacity
0.6
0.04
0.08

Linux Fundamentals

Basic Linux concepts including navigation, scripting, security, and networking

Lvl 0000 🏰 Main Quest 🟡 Medium 60-90 minutes

Linux Fundamentals

Linux Fundamentals

Primary Tech
🛠️ linux
Skill Focus
Fullstack
Series
Level 0000 Quest Line
Author
bamr87

Linux Fundamentals

Welcome to the Penguin’s Domain, brave adventurer! Linux is the backbone of modern servers, cloud infrastructure, and countless development environments. Mastering its fundamentals is like learning the ancient language of the digital realm — it unlocks power and flexibility that no other platform can match.

🎯 Quest Objectives

Primary Objectives (Required for Quest Completion)

  • Master File Navigation — Navigate the Linux file system with ls, cd, pwd, and find
  • Learn File Operations — Copy, move, rename, and delete files and directories
  • Understand Bash Scripting Basics — Write scripts with variables, loops, and functions
  • Grasp File Permissions — Use chmod, chown, and understand rwx notation

Secondary Objectives (Bonus Achievements)

  • Set Up SSH — Generate SSH keys and connect to a remote server
  • Configure a Cron Job — Schedule an automated task
  • Explore Networking Tools — Use ping, traceroute, netstat, and curl
  • Harden Your System — Configure a basic firewall with ufw

Mastery Indicators

  • Can navigate any directory structure without a GUI
  • Can write a Bash script that automates a multi-step task
  • Can manage Linux users and permissions
  • Can diagnose basic network connectivity issues

🗺️ Quest Prerequisites

📋 Knowledge Requirements

  • Basic understanding of operating systems and file systems
  • Familiarity with typing commands into a terminal

🛠️ System Requirements

  • Linux distribution installed (Ubuntu recommended) or WSL on Windows
  • Terminal access
  • Internet connection for package installations

Introduction

This guide covers essential Linux concepts that every IT professional should know. Whether you’re just starting your journey or need a refresher, these fundamentals will help you navigate the Linux ecosystem effectively.

Basic Commands

  • ls - List directory contents
  • cd - Change directory
  • pwd - Print working directory
  • find - Search for files and directories
  • locate - Find files using a database
  • which - Locate a command

File Operations

  • cp - Copy files and directories
  • mv - Move/rename files and directories
  • rm - Remove files and directories
  • mkdir - Create directories
  • rmdir - Remove empty directories

Scripting

Bash Scripting Basics

  • Variables and environment setup
  • Control structures (if/else, loops)
  • Functions and parameter handling
  • Input/output redirection
  • Error handling and debugging

Shell Automation

  • Cron jobs for scheduling
  • Service management with systemctl
  • Log analysis and monitoring
  • Backup and maintenance scripts

Security

File Permissions

  • Understanding rwx permissions
  • chmod and chown commands
  • User and group management
  • sudo configuration

System Security

  • SSH key management
  • Firewall configuration (iptables/ufw)
  • User authentication and authorization
  • Security updates and patching

Networking

Network Basics

  • TCP/IP fundamentals
  • Network configuration
  • DNS and hostname resolution
  • Port management and services

Network Tools

  • ping - Test connectivity
  • traceroute - Trace network path
  • netstat - Display network connections
  • ss - Modern socket statistics
  • curl and wget - Download and test HTTP endpoints

Resources

🏆 Quest Completion Validation

Skills Demonstrated

  • File System Navigation — Confident use of ls, cd, pwd, find, locate
  • File Operations — Copying, moving, renaming, and deleting files
  • Scripting — Writing Bash scripts with variables and control structures
  • Security — Managing permissions and understanding sudo
  • Networking — Basic connectivity diagnostics and HTTP testing

📚 References & Resources

🕸️ Knowledge Graph

Structured wiki-links connect this quest to the IT-Journey knowledge graph. Open the Obsidian Graph View to explore connections.

Level hub: [[Level 0000 - Foundation & Init World]] Overworld: [[🏰 Overworld - Master Quest Map]] Recommended: [[OS Selection]] · [[Hello n00b: Your First Steps into the IT Journey]] Unlocks: [[Terminal Fundamentals: Command Line Navigation Quest]] · [[bashcrawl and Beyond: Extending a Terminal Dungeon Adventure]] Sequel quests: [[Terminal Fundamentals: Command Line Navigation Quest]] Parallel quests: [[Hello Windows: Mastering the Windows Development Environment]] · [[Hello macOS: Setting Up the Apple Kingdom]] Obsidian docs: [[Obsidian Knowledge Graph and Wiki Links]]

🎁 Rewards

75 XP

Badges

  • 🏆 Linux Explorer Badge
  • ⚡ Terminal Warrior Achievement

Skills unlocked

  • 🛠️ Linux File System Navigation
  • 🎯 Shell Scripting Foundation

🕸️ Quest Network

graph TD loading(["Loading quest graph…"])