udev.rst
changeset 1139 376ff5f1c602
parent 1137 161ffe7b7daf
child 1140 63092b4c6d9d
equal deleted inserted replaced
1138:75c510ea763f 1139:376ff5f1c602
     8 
     8 
     9  * http://reactivated.net/writing_udev_rules.html
     9  * http://reactivated.net/writing_udev_rules.html
    10  * http://wiki.debian.org/udev
    10  * http://wiki.debian.org/udev
    11  * https://wiki.archlinux.org/index.php/Udev
    11  * https://wiki.archlinux.org/index.php/Udev
    12 
    12 
       
    13 View device capability with udev compatible format.
       
    14 ===================================================
       
    15 
       
    16 For Debian use::
       
    17 
       
    18   $ /sbin/udevadm info --name=/dev/sdc --attribute-walk
       
    19 
       
    20 For other Linux use::
       
    21 
       
    22   $ udevinfo -a -p $(udevinfo -q path -n /dev/sdc)
       
    23