udev.rst
author Oleksandr Gavenko <gavenkoa@gmail.com>
Tue, 13 Dec 2011 16:24:28 +0200
changeset 1139 376ff5f1c602
parent 1137 161ffe7b7daf
child 1140 63092b4c6d9d
permissions -rw-r--r--
View device capability with udev compatible format.


=======
 udev.
=======

About.
======

 * http://reactivated.net/writing_udev_rules.html
 * http://wiki.debian.org/udev
 * https://wiki.archlinux.org/index.php/Udev

View device capability with udev compatible format.
===================================================

For Debian use::

  $ /sbin/udevadm info --name=/dev/sdc --attribute-walk

For other Linux use::

  $ udevinfo -a -p $(udevinfo -q path -n /dev/sdc)