linuxlab.io
Tutorials▾
  • Linux & networking
    File system, processes, TCP/IP, BGP and OSPF
    →
  • Terraform & IaC
    HCL, state, plan/apply on a LocalStack sandbox
    →
  • Git & GitHub
    Object model, plumbing, branching, GitHub Actions
    →
All tutorials →
PricingAboutSign inCreate account
/
  • Introduction
  • Lessons
  • How it works
  • Simulator
  • Knowledge base
  • Interview prep
Lessons
Footer
linuxlab-TutorialsPricingAboutPrivacy & cookies
Copyright © 2026 LinuxLab. All rights reserved.

← из прошлого урока

You understand PATH: the shell searches for binaries across a list of directories. But who put those binaries on the system? Next come the package managers: dpkg/apt, sources, inventory, and "where did this file come from".

← к прошлому уроку

Базовый

Packages and the package manager: apt, dpkg

10 мин · урок входит в курс «Базовый»

A Linux distribution is the kernel plus hundreds of thousands of packages on top. On Ubuntu and Debian the package manager is apt (high level) over dpkg (low level). Package files are laid out in a standard hierarchy; see fhs (binaries in /usr/bin, configs in /etc, apt state in /var/lib/apt). This lesson is READ-only: your sandbox is on an isolated network with no internet, so you cannot download anything new. But everything already installed is yours to study in full.

Урок закрыт

Чтобы запустить sandbox и пройти этот урок целиком, нужен соответствующий курс. Внутри - ещё много практических уроков того же уровня и сквозной прогресс.

Купить курсВойти← Все уроки

дальше →

You know how software gets installed. Next is how to find that software and its configs by hand: find by metadata (name, size, time) and grep by content. Pairing the two is the key to security and SRE scenarios.

Открыть превью: find and grep: searching for files and linesв курсе «Базовый» - /pricing
Footer
linuxlab-
Copyright © 2026 LinuxLab. All rights reserved.
Tutorials
Pricing
About
Privacy & cookies