Linux Flashcards
When was Linux created?
1991
What are the 3 major Linux distribution families?
RedHat
SUSE
Debian
What is the most commonly used Debian GUI?
GNOME
What is the root symbol in Linux?
/
What is everything (processes, devices, netowork, etc.) represented by in Linux?
Files
How do you call networking service processes?
daemons
How do you call the brain the glues the hardware with the applications?
The kernel
What is a distribution?
A collection of programs with the Linux kernel
What is a bootloader?
The program that boots the OS
What is a service?
A program that runs in the background
What is a filesystem?
The method of storing and organizing files (ext3, FAT, NTFS, etc.)
What is an XWindow system?
The graphical subsystem (e.g. GNOME, KDE, etc.)
What is the BIOS used for?
Initializes the hardware and tests the main memory
Where is the BIOS software stored?
On the motherboard
What is the name of the testing process performed by the BIOS?
POST (Power On Self-Test)
What is GRUB?
Linux Bootloader (Grand Unified Bootloader)
Where is the MBR (Main Boot Record) stored?
On the hard disk, in the boot sector
What does the initramfs filesystem image do?
It mounts the proper root filesystem
How do you switch to text console on Linux?
Ctrl + Alt + FX
What process starts all other processes on Linux?
systemd (replaced init and upstard)
What command can be used to start, stop, enable, or disable processes?
systemctl start/stop/enable/disable process
What is a partition?
A physically contiguous section of a disk
Where are removable media located in the Linux filesystem?
/run/media/username/disklabel
Where are essential user command binaries located in the Linux filesystem?
/bin/
Where are device files located in the Linux filesystem?
/dev/
Where are the bootloaderās static files located in the Linux filesystem?
/boot/
Where are the host-specific device configurations located in the Linux filesystem?
/etc/
Where is the userās home directory located in the Linux filesystem?
/home/