Uncategorized

Linux System Administrative Personal Note

To list all modules loaded into kernel

lsmod

To list all usb in the system

lsusb

To list all storage in the system (block devices)

lsblk

List pci devices

lspci

List cpu

lscpu

See kernel log

dmesg

Loading modules to system (after the system is running)

modprobe <module name>

Removing module

rmmod <module name>