010-160 · Question #25
What is a Linux distribution?
The correct answer is B. A bundling of the Linux kernel, system utilities and other software. A Linux distribution packages the Linux kernel together with system utilities, libraries, and additional software into a complete, installable operating system.
Question
Options
- AThe Linux file system as seen from the root account after mounting all file systems.
- BA bundling of the Linux kernel, system utilities and other software.
- CThe set of rules which governs the distribution of Linux kernel source code.
- DAn operating system based on Linux but incompatible to the regular Linux kernel.
- EA set of changes to Linux which enable Linux to run on another processor architecture.
How the community answered
(19 responses)- B95% (18)
- E5% (1)
Why each option
A Linux distribution packages the Linux kernel together with system utilities, libraries, and additional software into a complete, installable operating system.
The mounted file system tree visible to the root account describes the Linux directory hierarchy, not the concept of a distribution.
A Linux distribution is defined as a curated bundle that includes the Linux kernel, GNU system utilities, package managers, and often desktop environments or application software. Different distributions (such as Ubuntu, Fedora, or Debian) share the same core kernel but differ in the software, tools, and configuration they ship. This bundling is what makes Linux usable as a complete OS for end users.
The rules governing distribution of kernel source code describe the GPL license, not what a Linux distribution is.
Linux distributions are built on and are fully compatible with the standard Linux kernel, not incompatible derivatives.
Porting Linux to another processor architecture (e.g., ARM) describes a kernel port or architecture support effort, not a distribution.
Concept tested: Definition of a Linux distribution
Source: https://www.lpi.org/our-certifications/lpic-1-overview/
Topics
Community Discussion
No community discussion yet for this question.