6 Flashcards
(6 cards)
1
Q
advantage of having distros
A
- Specialization
Each distro is designed for a specific use like server, desktop, or security. - Package Management
Different distros use different tools to install and manage software. - System Configuration
Distros vary in default settings, init systems, and desktop environments.
2
Q
ls -d
A
It shows only the directory name, not the contents inside it.
3
Q
BIOS
A
basic input/ouput system is stored on the motherboard in non-volatile
memory such as Read Only Memory (ROM) or flash memory
4
Q
Firmware Stage
A
- Power-On Self Test (POST)
Checks if the hardware is working (CPU, RAM, etc.). - Hardware Detection
Detects all connected devices (like USB, hard disks, etc.). - Load Bootloader from MBR
Finds the correct bootable device and loads the bootloader from the Master Boot Record.
5
Q
Init Stage responsibilities:
A
Continue the booting process to get services running, login
screens displaying, and consoles listening.
Start all other system processes.
Adopt any process that detaches from its parent.
6
Q
GRUB
A
grand unified bootloader