udevadm — udev management tool
udevadm
[--debug
] [--version
] [--help
]
udevadm info
options
udevadm trigger [options]
udevadm settle [options]
udevadm control
command
udevadm monitor [options]
udevadm test [options]
devpath
udevadm test-builtin [options]
command
devpath
udevadm expects a command and command specific options. It controls the runtime behavior of udev, requests kernel events, manages the event queue, and provides simple debugging mechanisms.
--debug
Print debug messages to stderr.
--version
Print version number.
--help
Print help text.
options
Queries the udev database for device information stored in the udev database. It can also query the properties of a device from its sysfs representation to help creating udev rules that match this device.
--query=type
Query the database for specified type of device data. It needs the
--path
or --name
to identify the specified
device. Valid queries are:
name, symlink, path,
property, all.
--path=devpath
The devpath of the device to query.
--name=file
The name of the device node or a symlink to query
--root
The udev root directory: /dev
. If used in conjunction
with a name or symlink query, the
query returns the absolute path including the root directory.
--run
The udev runtime directory: /run/udev
.
--attribute-walk
Print all sysfs properties of the specified device that can be used in udev rules to match the specified device. It prints all devices along the chain, up to the root of sysfs that can be used in udev rules.
--export
Print output as key/value pairs. Values are enclosed in single quotes.
--export-prefix=name
Add a prefix to the key name of exported values.
--device-id-of-file=file
Print major/minor numbers of the underlying device, where the file lives on.
--export-db
Export the content of the udev database.
--cleanup-db
Cleanup the udev database.
--version
Print version.
--help
Print help text.