>
~$linuxier
Read the blog
~$ home /Linux Basics

Linux Basics

Everything on Linux — every server you'll harden, every container you'll ship, every log you'll read — sits on top of a handful of fundamentals. This is where you build them. The Basics track is a deliberate ladder: understand how the shell reads a command, learn to identify the disks under your mounts, see exactly what hardware the kernel exposes, and capture what's on screen without reaching for a mouse. No hand-waving, no "just trust me" — every command comes with the output you should expect and the reasoning behind it. Start here and the rest of Linuxier stops feeling like magic and starts feeling like muscle memory.

command-line.sh
$ pwd && ls -la && cd ~/projects
# navigate, list, and move — the core loop
Linux Basics

How to Use the Command Line on Linux

Start at the prompt: the essential navigation commands, reading file listings and permissions, and the small customizations that make the terminal feel like home.

read the guide →
find-uuid.sh
$ lsblk -f # reveal every partition's UUID
Linux Basics

How to Find the UUID in Linux [3 Methods]

Three dependable ways to read the universally unique identifiers your partitions rely on — the key to mounts in /etc/fstab that survive a reboot and a reordered disk.

read the guide →
list-usb.sh
$ lsusb -t # the device tree, at a glance
Linux Basics

8 Effective Methods to List USB Devices in Linux

From lsusb to walking /sys by hand — eight ways to see precisely what's plugged in, at which speed, and on which bus.

read the guide →
screenshot.sh
$ gnome-screenshot -a # grab a region, save to Pictures
Linux Basics

How to Take a Screenshot in Linux

Keyboard shortcuts, GUI tools and command-line grabbers for X11 and Wayland — pick the method that fits your desktop and workflow.

read the guide →
what you'll learn

The four moves
everything builds on.

01
Move around with intentRead your prompt, know where you are, and jump between directories without guessing.
02
Name your hardwareIdentify disks by UUID and enumerate USB devices so the system references never surprise you.
03
Read a listing properlyDecode permissions, owners and sizes in ls -la instead of skimming past them.
04
Capture what you seeScreenshot a full screen or a single region straight from the keyboard or the shell.

AltStyle によって変換されたページ (->オリジナル) /