diff -r 75c510ea763f -r 376ff5f1c602 udev.rst --- a/udev.rst Tue Dec 13 16:01:52 2011 +0200 +++ b/udev.rst Tue Dec 13 16:24:28 2011 +0200 @@ -10,3 +10,14 @@ * 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) +