1 .TH UDEVINFO 8 "January 2004" "" "Linux Administrator's Manual"
3 udevinfo \- retrieve information from udev
6 .RI "[\-q " query_type " \-p " sysfs_path "] [\-drVh]"
9 allows users to query the udev database for information on any of the devices
10 currently present in the system. It also provides a way to query any device
11 in the sysfs tree to help in creating
17 Print the version information.
22 directory. When used in conjunction with a query for the node name, the
27 Query the database for specified value of a created device node.
28 .RB Needs " \-p " or " \-n " specified.
31 .BR name ", " symlink ", " mode " ," owner " , " group " , " path " or " all.
34 Specify the sysfs path of the device to query.
37 Specify the name of the node or the symlink for the device to query.
42 attributes along the device chain. Useful for for finding
43 unique attributes to compose a rule.
44 .RB Needs " \-p " specified.
47 Dump the whole database.
53 /etc/udev/* udev config files
60 was developed primarily by Kay Sievers <kay.sievers@vrfy.org>, with help