Linux Chapter 2 – Flashcards
Unlock all answers in this set
Unlock answersquestion
Arguments
answer
The text that appears after a command name, does not start with a dash, and specifies informtion that the command requires to work properly.
question
Authentication
answer
The process whereby each user must login with a valid username and password before getting access to the user interface of a system.
question
B-tree Filesystem
answer
An experimental Linux file system that contains advanced features such as storage pools and filesystem snapshots.
question
BASH shell
answer
Also known as the Bourne Again Shell, this is the default command-line interface in Linux.
question
BIOS (Basic Input/Output System)
answer
The part of a computer system that contains the programs used to initialize hardware components at boot time.
question
Command
answer
A program that exists on the file system and is executed when typed on the command line.
question
ext2
answer
A nonjournaling Linux Filesystem.
question
ext3
answer
A journaling Linux filesystem.
question
ext4
answer
An improved version of the ext3 filesystem, with an extended future set and better performance.
question
Extended partition
answer
A partition on a hard desk or SSD that can be further subdivided into components called logical drives.
question
Filesystem
answer
The way in which a hard disk or SSD that can be further subdivided into components called logical drives.
question
GUID partition table
answer
The area of a large hard disk (> 2 TB) outside a partition that stores partition information boot loaders.
question
Hardware compatibility list
answer
A list of hardware components that have been tested and deemed compatible with a given operating system.
question
Info pages
answer
A set of local, easy to read command syntax documentation available by typing the info commandline utility.
question
ISO image
answer
A file that contains the content of a DVD. ISO images of Linux installation media can be downloaded from the Internet.
question
Journaling
answer
A filesystem function that keeps track of information that needs to be written to the hard disk or SSD in a journal; common Linux journaling filesystems include ext3, ext4, and REISER.
question
Live media
answer
Linux installation media that provides a fully functioning Linux operating system in RAM prior to installation on permanent storage.
question
Logical drives
answer
The smaller partitions contained within an extended partition on a hard disk.
question
Logical Volume Manager
answer
A set of services that are used to manage logical volumes stored on one or more hard disks.
question
Manual pages
answer
The most common set of local command syntax documentation, available by typing the man commandline utility. Also known as man pages.
question
Master Boot Record
answer
The area of a typical hard disk (< 2 TB) outside a partition that stores partition information boot loaders.
question
memtest86
answer
A common RAM-checking utility.
question
metacharacters
answer
The key combinations that have special meaning in the Linux operating system.
question
Options
answer
The specific letters that start with a dash or two and appear after the command name to alter the way the command works.
question
Parallel advanced technology attachment (PATA)
answer
A legacy hard disk technology that uses ribbon cables to typically attach up to four hard disk devices to a single computer.
question
Partitions
answer
A section of a hard disk or SSD. Partitions can be primary or extended.
question
Primary partitions
answer
The separate divisions into which a hard disk or SSD can be divided.
question
Redundant array of inexpensive and disks (RAID)
answer
A type of storage that can be used to combine hard disks together to for performance and/or fault tolerance.
question
REISER
answer
A journaling filesystem used in Linux.
question
Serial advanced technology attachment (SATA)
answer
A technology that allows for fast data transfer along a serial cable for hard disks and SSDs. It is commonly use the newer workstation and server-class computers.
question
Shell
answer
A user interface that accepts input from the user and passes the input to the kernel for processing.
question
Small computer systems interface
answer
A high-performance hard disk technology that is commonly used in server class computers.
question
Solid-state drive (SSD)
answer
A type of disk drive that functions within a computer like a hard disk drive but instead uses fast flash memory chips to store data.
question
Terminal
answer
The channel that allows a certain user to login and communicate with the kernel via a user interface.
question
VFAT (virtual file allocation table)
answer
A non-journaling filesystem that might be used in Linux.
question
Virtual machine
answer
An operating system that is running within virtualization software.
question
Virtual machine host
answer
An operating system that runs virtualization software.
question
Virtual memory
answer
An area on a hard disk or SSD that can be used to store information that normally resides in physical memory (RAM), if the physical memories being use excessively.
question
Virtualization software
answer
A set of programs that can be used to run an operating system within existing operating system concurrently.