linux下查看设备节点 节点号

查看加载的设备
ls /dev

查看加载设备模块
lsmod

查看设备号(主设备)
cat /proc/devices

查看设备树节点
ls /proc/device-tree

你可能感兴趣的:(Linux常用命令)