System Architecture Flashcards
modprobe
Automatically loads any dependent modules and is usually the preferred way of loading kernel modules
lsusb
- A utility for displaying the information about USB buses and associated connected devices in the system
- Reads /dev/bus/usb
/proc/interrupts
Shows the IRQs in use on the system
/proc/dma
Displays DMA addresses in use on the system
DMA address
An alternate method of communicating with I/O ports
lsmod
Lists modules currently loaded
insmod
Older method used to insert modules into the running Linux kernel
rmmod
Older method used to remove modules from the running Linux kernel
dmesg
Extracts information about the boot process
kernel
The main part of the Linux OS, responsible for the entire OS. threads, devices, filesystems and video
BIOS
Responsible for preparing the system to boot, finding the CPU, memory and disk in order to begin the boot process
/var/log/messages
Contains detailed post boot messages for your system as well as messages from applications that communicate with your kernel.
/etc/inittab
Holds run level configurations
shutdown
Used to power off the machine
shutdown -k
Send warning of impending shutdown but do not shut down