LFS101x Flashcards
(43 cards)
When was Linux’ inception?
1991
The world’s largest and most pervasive open source software project in history
Linux
What does the Linux Foundation do?
Partners with the world’s leading developers and companies to solve the hardest technology problems and accelerate open technology development and commercial adoption
Who is the creator of Linux?
Linus Torvalds as a student in Helsinki, Finland, in 1991
The three major families of Linux distributions?
- ) Red Hat (including CentOS, Fedora, Oracle Linux)
- ) SUSE (including openSUSE)
- ) Debian (including Ubuntu and Linux Mint)
Which distribution is used as a testing platform for future RHEL releases?
Fedora
The most popular Linux distribution in enterprise environments?
RHEL (Red Hat Enterprise Linux)
The basic version of what distribution is also virtually identical to RHEL?
CentOS
Which distribution provides by far the largest and most complete software repository to its users of any Linux distribution?
Debian
Which distribution is a pure open source community project? (Not owned by any corporation)
Debian
What is a LTS version of a distribution?
Long term support
This distribution is widely used for cloud deployments
Unbuntu
The umbrella organization for many critical open source projects that power corporations, spanning all industry sectors
The Linux Foundation
The original operating system Linux was developed for?
Intel x86-based personal computers
Linux borrows heavily from which well-established operating system?
UNIX
The core of the operating system
The Linux Kernel
What does a full Linux distribution consist of?
The kernel plus a number of other software tools for file-related operations, user management, and software package management
Why might a Linux distribution use an older version of the kernel?
It’s extremely stable
The procedure for initializing the system
The Linux boot process
This consists of everything from when the power is first switched on until the user interface is fully operational
Steps in the boot process
- Power On
- BIOS
- Master Boot Record (MBR)
- Boot Loader (e.g. GRUB)
- Kernel
- Initial RAM disk (initramfs)
- /sbin/init
- Command Shell Using Getty
- X-Windows System (GUI)
What does BIOS stand for?
Basic Input/Output System
Where is the BIOS software is stored?
On a Read-Only Memory (ROM) chip on the motherboard
What happens when the computer is powered on?
POST (Power On Self Test)
What happens during POST (Power On Self Test)?
The BIOS initializes the hardware, including the screen and keyboard, and tests the main memory