Linux

What is a Linux distribution?

Difficulty: unrated

Source: bregman-arie/devops-exercises by Arie Bregman

Answer

  • A collection of packages - kernel, GNU, third party apps, ...
  • Sometimes distributions store some information on the distribution in /etc/*-release file
    • For example for Red Hat distribution it will be /etc/redhat-release and for Amazon it will be /etc/os-release
    • lsb_release is a common command you can use in multiple different distributions