101.1 Determine and Configure H/W Settings: Tools and Utilities to Explore System Devices Flashcards
Tools and Utilities to Explore System Devices
lists kernel module drivers that are loaded into memory along with dependencies
lsmod
Tools and Utilities to Explore System Devices
if a driver is missing the lsmod will not
load a driver
Tools and Utilities to Explore System Devices
displays a summary of CPU and its features/configuration
lscpu
Tools and Utilities to Explore System Devices
displays info on any scsi devices detected
lsscsi
modern distributions will display SATA devices detected via this command
Tools and Utilities to Explore System Devices
shows all the devices that recognized by the running system kernel
lsdev
Tools and Utilities to Explore System Devices
displays any Redundant Array of Inexpensive Disks - RAID on your system
lsraid
Tools and Utilities to Explore System Devices
displays USB device IDs and general info about detected devices
lsusb
Tools and Utilities to Explore System Devices
display block devices (disks) that are attached to the running system
lsblk