mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-29 04:21:03 +08:00
79b8d3e3b8
Co-authored-by: Darío Hereñú <magallania@gmail.com> Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
502 B
502 B
systool
View system device information by bus, and classes. This command is part of the
sysfspackage. More information: https://manned.org/systool.
- List all attributes of devices of a bus (eg.
pci,usb). View all buses usingls /sys/bus:
systool -b {{bus}} -v
- List all attributes of a class of devices (eg.
drm,block). View all classes usingls /sys/class:
systool -c {{class}} -v
- Show only device drivers of a bus (eg.
pci,usb):
systool -b {{bus}} -D