chiark / gitweb /
7a682a68efe56c9195a428aa15dfde41a5e349f4
[elogind.git] / udev / udevadm.xml
1 <?xml version='1.0'?>
2 <?xml-stylesheet type="text/xsl" href="http://docbook.sourceforge.net/release/xsl/current/xhtml/docbook.xsl"?>
3 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
4   "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
5
6 <refentry id="udevadm">
7   <refentryinfo>
8     <title>udevadm</title>
9     <productname>udev</productname>
10   </refentryinfo>
11
12   <refmeta>
13     <refentrytitle>udevadm</refentrytitle>
14     <manvolnum>8</manvolnum>
15     <refmiscinfo class="version"></refmiscinfo>
16   </refmeta>
17
18   <refnamediv>
19     <refname>udevadm</refname><refpurpose>udev management tool</refpurpose>
20   </refnamediv>
21
22   <refsynopsisdiv>
23     <cmdsynopsis>
24       <command>udevadm</command>
25         <arg><option>--debug</option></arg>
26         <arg><option>--version</option></arg>
27         <arg><option>--help</option></arg>
28     </cmdsynopsis>
29     <cmdsynopsis>
30       <command>udevadm info <replaceable>options</replaceable></command>
31     </cmdsynopsis>
32     <cmdsynopsis>
33       <command>udevadm trigger <optional>options</optional></command>
34     </cmdsynopsis>
35     <cmdsynopsis>
36       <command>udevadm settle <optional>options</optional></command>
37     </cmdsynopsis>
38     <cmdsynopsis>
39       <command>udevadm control <replaceable>command</replaceable></command>
40     </cmdsynopsis>
41     <cmdsynopsis>
42       <command>udevadm monitor <optional>options</optional></command>
43     </cmdsynopsis>
44     <cmdsynopsis>
45       <command>udevadm test <optional>options</optional> <replaceable>devpath</replaceable></command>
46     </cmdsynopsis>
47   </refsynopsisdiv>
48
49   <refsect1><title>Description</title>
50     <para>udevadm expects a command and command specific options.  It
51     controls the runtime behavior of udev, requests kernel events,
52     manages the event queue, and provides simple debugging mechanisms.</para>
53   </refsect1>
54
55   <refsect1><title>OPTIONS</title>
56     <variablelist>
57       <varlistentry>
58         <term><option>--debug</option></term>
59         <listitem>
60           <para>Print debug messages to stderr.</para>
61         </listitem>
62       </varlistentry>
63       <varlistentry>
64         <term><option>--version</option></term>
65         <listitem>
66           <para>Print version number.</para>
67         </listitem>
68       </varlistentry>
69       <varlistentry>
70         <term><option>--help</option></term>
71         <listitem>
72           <para>Print help text.</para>
73         </listitem>
74       </varlistentry>
75     </variablelist>
76
77     <refsect2><title>udevadm info <replaceable>options</replaceable></title>
78       <para>Queries the udev database for device information
79       stored in the udev database. It can also query the properties
80       of a device from its sysfs representation to help creating udev
81       rules that match this device.</para>
82       <variablelist>
83         <varlistentry>
84           <term><option>--query=<replaceable>type</replaceable></option></term>
85           <listitem>
86             <para>Query the database for specified type of device data. It needs the
87             <option>--path</option> or <option>--name</option> to identify the specified
88             device. Valid queries are:
89             <command>name</command>, <command>symlink</command>, <command>path</command>,
90             <command>property</command>, <command>all</command>.</para>
91           </listitem>
92         </varlistentry>
93         <varlistentry>
94           <term><option>--path=<replaceable>devpath</replaceable></option></term>
95           <listitem>
96             <para>The devpath of the device to query.</para>
97           </listitem>
98         </varlistentry>
99         <varlistentry>
100           <term><option>--name=<replaceable>file</replaceable></option></term>
101           <listitem>
102             <para>The name of the device node or a symlink to query</para>
103           </listitem>
104         </varlistentry>
105         <varlistentry>
106           <term><option>--root</option></term>
107           <listitem>
108             <para>The udev root directory: <filename>/dev</filename>. If used in conjunction
109             with a <command>name</command> or <command>symlink</command> query, the
110             query returns the absolute path including the root directory.</para>
111           </listitem>
112         </varlistentry>
113         <varlistentry>
114           <term><option>--run</option></term>
115           <listitem>
116             <para>The udev runtime directory: <filename>/run/udev</filename>.</para>
117           </listitem>
118         </varlistentry>
119         <varlistentry>
120           <term><option>--attribute-walk</option></term>
121           <listitem>
122             <para>Print all sysfs properties of the specified device that can be used
123             in udev rules to match the specified device. It prints all devices
124             along the chain, up to the root of sysfs that can be used in udev rules.</para>
125           </listitem>
126         </varlistentry>
127         <varlistentry>
128           <term><option>--export</option></term>
129           <listitem>
130             <para>Print output as key/value pairs. Values are enclosed in single quotes.</para>
131           </listitem>
132         </varlistentry>
133         <varlistentry>
134           <term><option>--export-prefix=<replaceable>name</replaceable></option></term>
135           <listitem>
136             <para>Add a prefix to the key name of exported values.</para>
137           </listitem>
138         </varlistentry>
139         <varlistentry>
140           <term><option>--device-id-of-file=<replaceable>file</replaceable></option></term>
141           <listitem>
142             <para>Print major/minor numbers of the underlying device, where the file
143             lives on.</para>
144           </listitem>
145         </varlistentry>
146         <varlistentry>
147           <term><option>--export-db</option></term>
148           <listitem>
149             <para>Export the content of the udev database.</para>
150           </listitem>
151         </varlistentry>
152         <varlistentry>
153           <term><option>--version</option></term>
154           <listitem>
155             <para>Print version.</para>
156           </listitem>
157         </varlistentry>
158         <varlistentry>
159           <term><option>--help</option></term>
160           <listitem>
161             <para>Print help text.</para>
162           </listitem>
163         </varlistentry>
164       </variablelist>
165     </refsect2>
166
167     <refsect2><title>udevadm trigger <optional>options</optional></title>
168       <para>Request device events from the kernel. Primarily used to replay events at system coldplug time.</para>
169       <variablelist>
170         <varlistentry>
171           <term><option>--verbose</option></term>
172           <listitem>
173             <para>Print the list of devices which will be triggered.</para>
174           </listitem>
175         </varlistentry>
176         <varlistentry>
177           <term><option>--dry-run</option></term>
178           <listitem>
179             <para>Do not actually trigger the event.</para>
180           </listitem>
181         </varlistentry>
182         <varlistentry>
183           <term><option>--type=<replaceable>type</replaceable></option></term>
184           <listitem>
185             <para>Trigger a specific type of devices. Valid types are:
186             <command>devices</command>, <command>subsystems</command>.
187             The default value is <command>devices</command>.</para>
188           </listitem>
189         </varlistentry>
190         <varlistentry>
191           <term><option>--action=<replaceable>action</replaceable></option></term>
192           <listitem>
193             <para>Type of event to be triggered. The default value is <command>change</command>.</para>
194           </listitem>
195         </varlistentry>
196         <varlistentry>
197           <term><option>--subsystem-match=<replaceable>subsystem</replaceable></option></term>
198           <listitem>
199             <para>Trigger events for devices which belong to a matching subsystem. This option
200             can be specified multiple times and supports shell style pattern matching.</para>
201           </listitem>
202         </varlistentry>
203         <varlistentry>
204           <term><option>--subsystem-nomatch=<replaceable>subsystem</replaceable></option></term>
205           <listitem>
206             <para>Do not trigger events for devices which belong to a matching subsystem. This option
207             can be specified multiple times and supports shell style pattern matching.</para>
208           </listitem>
209         </varlistentry>
210         <varlistentry>
211           <term><option>--attr-match=<replaceable>attribute</replaceable>=<replaceable>value</replaceable></option></term>
212           <listitem>
213             <para>Trigger events for devices with a matching sysfs attribute. If a value is specified
214             along with the attribute name, the content of the attribute is matched against the given
215             value using shell style pattern matching. If no value is specified, the existence of the
216             sysfs attribute is checked. This option can be specified multiple times.</para>
217           </listitem>
218         </varlistentry>
219         <varlistentry>
220           <term><option>--attr-nomatch=<replaceable>attribute</replaceable>=<replaceable>value</replaceable></option></term>
221           <listitem>
222             <para>Do not trigger events for devices with a matching sysfs attribute. If a value is
223             specified along with the attribute name, the content of the attribute is matched against
224             the given value using shell style pattern matching. If no value is specified, the existence
225             of the sysfs attribute is checked. This option can be specified multiple times.</para>
226           </listitem>
227         </varlistentry>
228         <varlistentry>
229           <term><option>--property-match=<replaceable>property</replaceable>=<replaceable>value</replaceable></option></term>
230           <listitem>
231             <para>Trigger events for devices with a matching property value. This option can be
232             specified multiple times and supports shell style pattern matching.</para>
233           </listitem>
234         </varlistentry>
235         <varlistentry>
236           <term><option>--tag-match=<replaceable>property</replaceable></option></term>
237           <listitem>
238             <para>Trigger events for devices with a matching tag. This option can be
239             specified multiple times.</para>
240           </listitem>
241         </varlistentry>
242         <varlistentry>
243           <term><option>--sysname-match=<replaceable>name</replaceable></option></term>
244           <listitem>
245             <para>Trigger events for devices with a matching sys device name. This option can be
246             specified multiple times and supports shell style pattern matching.</para>
247           </listitem>
248         </varlistentry>
249       </variablelist>
250     </refsect2>
251
252     <refsect2><title>udevadm settle <optional>options</optional></title>
253       <para>Watches the udev event queue, and exits if all current events are handled.</para>
254       <variablelist>
255         <varlistentry>
256           <term><option>--timeout=<replaceable>seconds</replaceable></option></term>
257           <listitem>
258             <para>Maximum number of seconds to wait for the event queue to become empty.
259             The default value is 180 seconds. A value of 0 will check if the queue is empty
260             and always return immediately.</para>
261           </listitem>
262         </varlistentry>
263         <varlistentry>
264           <term><option>--seq-start=<replaceable>seqnum</replaceable></option></term>
265           <listitem>
266             <para>Wait only for events after the given sequence number.</para>
267           </listitem>
268         </varlistentry>
269         <varlistentry>
270           <term><option>--seq-end=<replaceable>seqnum</replaceable></option></term>
271           <listitem>
272             <para>Wait only for events before the given sequence number.</para>
273           </listitem>
274         </varlistentry>
275         <varlistentry>
276           <term><option>--exit-if-exists=<replaceable>file</replaceable></option></term>
277           <listitem>
278             <para>Stop waiting if file exists.</para>
279           </listitem>
280         </varlistentry>
281         <varlistentry>
282           <term><option>--quiet</option></term>
283           <listitem>
284             <para>Do not print any output, like the remaining queue entries when reaching the timeout.</para>
285           </listitem>
286         </varlistentry>
287         <varlistentry>
288           <term><option>--help</option></term>
289           <listitem>
290             <para>Print help text.</para>
291           </listitem>
292         </varlistentry>
293       </variablelist>
294     </refsect2>
295
296     <refsect2><title>udevadm control <replaceable>command</replaceable></title>
297       <para>Modify the internal state of the running udev daemon.</para>
298       <variablelist>
299         <varlistentry>
300           <term><option>--log-priority=<replaceable>value</replaceable></option></term>
301           <listitem>
302             <para>Set the internal log level of udevd. Valid values are the numerical
303             syslog priorities or their textual representations: <option>err</option>,
304             <option>info</option> and <option>debug</option>.</para>
305           </listitem>
306         </varlistentry>
307         <varlistentry>
308           <term><option>--stop-exec-queue</option></term>
309           <listitem>
310             <para>Signal udevd to stop executing new events. Incoming events
311             will be queued.</para>
312           </listitem>
313         </varlistentry>
314         <varlistentry>
315           <term><option>--start-exec-queue</option></term>
316           <listitem>
317             <para>Signal udevd to enable the execution of events.</para>
318           </listitem>
319         </varlistentry>
320         <varlistentry>
321           <term><option>--reload-rules</option></term>
322           <listitem>
323             <para>Signal udevd to reload the rules files.
324             The udev daemon detects changes automatically, this option is
325             usually not needed. Reloading rules does not apply any changes
326             to already existing devices.</para>
327           </listitem>
328         </varlistentry>
329         <varlistentry>
330           <term><option>--property=<replaceable>KEY</replaceable>=<replaceable>value</replaceable></option></term>
331           <listitem>
332             <para>Set a global property for all events.</para>
333           </listitem>
334         </varlistentry>
335         <varlistentry>
336           <term><option>--children-max=</option><replaceable>value</replaceable></term>
337           <listitem>
338             <para>Set the maximum number of events, udevd will handle at the
339             same time.</para>
340           </listitem>
341         </varlistentry>
342         <varlistentry>
343           <term><option>--help</option></term>
344           <listitem>
345             <para>Print help text.</para>
346           </listitem>
347         </varlistentry>
348       </variablelist>
349     </refsect2>
350
351     <refsect2><title>udevadm monitor <optional>options</optional></title>
352       <para>Listens to the kernel uevents and events sent out by a udev rule
353       and prints the devpath of the event to the console. It can be used to analyze the
354       event timing, by comparing the timestamps of the kernel uevent and the udev event.
355       </para>
356       <variablelist>
357         <varlistentry>
358           <term><option>--kernel</option></term>
359           <listitem>
360             <para>Print the kernel uevents.</para>
361           </listitem>
362         </varlistentry>
363         <varlistentry>
364           <term><option>--udev</option></term>
365           <listitem>
366             <para>Print the udev event after the rule processing.</para>
367           </listitem>
368         </varlistentry>
369         <varlistentry>
370           <term><option>--property</option></term>
371           <listitem>
372             <para>Also print the properties of the event.</para>
373           </listitem>
374         </varlistentry>
375         <varlistentry>
376           <term><option>--subsystem-match=<replaceable>string[/string]</replaceable></option></term>
377           <listitem>
378             <para>Filter events by subsystem[/devtype]. Only udev events with a matching subsystem value will pass.</para>
379           </listitem>
380         </varlistentry>
381         <varlistentry>
382           <term><option>--tag-match=<replaceable>string</replaceable></option></term>
383           <listitem>
384             <para>Filter events by property. Only udev events with a given tag attached will pass.</para>
385           </listitem>
386         </varlistentry>
387         <varlistentry>
388           <term><option>--help</option></term>
389           <listitem>
390             <para>Print help text.</para>
391           </listitem>
392         </varlistentry>
393       </variablelist>
394     </refsect2>
395
396     <refsect2><title>udevadm test <optional>options</optional> <replaceable>devpath</replaceable></title>
397       <para>Simulate a udev event run for the given device, and print debug output.</para>
398       <variablelist>
399         <varlistentry>
400           <term><option>--action=<replaceable>string</replaceable></option></term>
401           <listitem>
402             <para>The action string.</para>
403           </listitem>
404         </varlistentry>
405         <varlistentry>
406           <term><option>--subsystem=<replaceable>string</replaceable></option></term>
407           <listitem>
408             <para>The subsystem string.</para>
409           </listitem>
410         </varlistentry>
411         <varlistentry>
412           <term><option>--help</option></term>
413           <listitem>
414             <para>Print help text.</para>
415           </listitem>
416         </varlistentry>
417       </variablelist>
418     </refsect2>
419   </refsect1>
420
421   <refsect1><title>Author</title>
422     <para>Written by Kay Sievers <email>kay.sievers@vrfy.org</email>.</para>
423   </refsect1>
424
425   <refsect1>
426     <title>See Also</title>
427     <para><citerefentry>
428         <refentrytitle>udev</refentrytitle><manvolnum>7</manvolnum>
429     </citerefentry>
430     <citerefentry>
431         <refentrytitle>udevd</refentrytitle><manvolnum>8</manvolnum>
432     </citerefentry></para>
433   </refsect1>
434 </refentry>