Chapter 2 - Linux Installation and Usage Flashcards
The text that appears after a command name, does not start with a dash (−), and specifies information that the command requires to work properly.
arguments
A filesystem that can be used to create fault tolerant volumes much like ZFS. It is currently still in development, but designed as a replacement for ext4.
B-tree Filesystem (BTRFS)
Also known as the Bourne Again Shell, this is the default command-line interface in Linux.
BASH shell
The part of a computer system that contains the programs used to initialize hardware components at boot time.
Basic Input/Output System (BIOS)
A small partition that is created by the Linux installation program to store information needed to boot the Linux operating system from a GPT hard disk on a computer that does not have a UEFI BIOS.
BIOS Boot Partition
A program that exists on the filesystem and is executed when typed on the command line.
command
A nonjournaling Linux filesystem
ext2
A journaling Linux filesystem.
ext3
An improved version of the ext3 filesystem, with an extended feature set and better performance.
ext4
A partition on an MBR-based hard disk or SSD that can be further subdivided into components called logical drives.
extended partition
The way in which a hard disk drive or SSD partition is formatted to allow data to reside on the physical media; common Linux filesystems include ext2, ext3, ext4, XFS, and VFAT.
filesystem
The area of a large hard disk (> 2TB) outside a partition that stores partition information. ____ are used on most modern hard disks and SSDs.
GUID Partition Table (GPT)
A list of hardware components that have been tested and deemed compatible with a given operating system.
Hardware Compatibility List (HCL)
A set of local, easy-to-read command syntax documentation available by typing the info command-line utility.
info pages
A file that contains the content of a DVD. __________ of Linux installation media can be downloaded from the Internet.
ISO image
A filesystem function that keeps track of the information that needs to be written to the hard disk or SSD in a journal; common Linux _______ filesystems include ext3, ext4, and XFS.
journaling
Linux installation media that provides a fully functional Linux operating system in RAM prior to installation on permanent storage.
live media