Topic 101: System Architecture Flashcards
Which part of the linux boot sequence is made up of a 512 byte file called boot.img and Contains partition and filesystem data?
MBR = Master Boot Record.
Which part of the linux boot sequence read and load into RAM the first sector of a larger image called core.img, and will start executing the kernel?
GRUB = Grand Unified Bootloader: Executes the Kernel.
Which part of the linux boot identifies system hardware?
BIOS = Basic/Output System: Identifies system hardware.
Which part of the linux boot sequence executes designated run level (via sysvinit, Upstart, or systemd?
INIT
Which part of the linux boot sequence executes the user login control?
RUN LEVEL
If your computer is not booting, which is the first place you should look?
SYSTEM LOGS
Which are the three files you should search for boot-related trouble?
dmesg, kernel.log and boot.log.
Which directory lives the system logs like dmesg, kernel.log and boot.log?
/VAR/LOG/
Which command can be used to search for all attached block devices?
lsblk
The directories /var/ and /etc/ are only accessible by root or either users?
ONLY ROOT
Which is the name of the group who users are added to have root privileges?
SUDO GROUP
Which feature allow you to define whether your OS will be available for everyone or just a single admin user, or whether will provide network services or graphic desktop support in older versions that use the older Upstart method?
RUN LEVELS
Which definition match to the boot parameter 0 ?
Halt
Which definition match to the boot parameter 1 ?
Single user mode
Which definition match to the boot parameter 2 ?
Multi-user, without NFS
Which definition match to the boot parameter 3 ?
Full multi-user mode