101 System Architecture KT Flashcards
101.1 Determine and Configure Hardware Settings
The following is a partial list of the used files, terms and utilities:
/sys/ /proc/ /dev/ modprobe lsmod lspci lsusb
/sys/
Directory that stores structured device data migrated by sysfs.
/proc/
Directory that stores unstructured info about devices and processes.
/dev/
Directory that stores device files.
modprobe
Command: Adds or Removes a module from the Linux kernel.
lsmod
Command: Displays the kernel modules loaded.
lspci
Command: Displays information about PCI bus and devices.
lsusb
Command: Displays the USB information and devices.
101.2 Boot the System
The following is a partial list of the used files, terms and utilities:
dmesg journalctl BIOS UEFI bootloader kernel initramfs init SysVinit systemd
dmesg
Command: Displays all messages from the kernel ring buffer.
journalctl
Command: used to query the contents of the systemd journal logs.
BIOS
Basic Input Output System - connects firmware to an operating system.
UEFI
Unified Extensible Firmware Interface - connects firmware to an operating system.
bootloader
Code that runs before any operating system. It usually contains several ways to boot the OS Kernel.
kernel
A computer program that makes up the core of the computer. It interfaces between the hardware and software.