chiark / gitweb /
man: directly use 'refentry'
[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>--attribute-walk</option></term>
115           <listitem>
116             <para>Print all sysfs properties of the specified device that can be used
117             in udev rules to match the specified device. It prints all devices
118             along the chain, up to the root of sysfs that can be used in udev rules.</para>
119           </listitem>
120         </varlistentry>
121         <varlistentry>
122           <term><option>--device-id-of-file=<replaceable>file</replaceable></option></term>
123           <listitem>
124             <para>Print major/minor numbers of the underlying device, where the file
125             lives on.</para>
126           </listitem>
127         </varlistentry>
128         <varlistentry>
129           <term><option>--export-db</option></term>
130           <listitem>
131             <para>Export the content of the udev database.</para>
132           </listitem>
133         </varlistentry>
134         <varlistentry>
135           <term><option>--version</option></term>
136           <listitem>
137             <para>Print version.</para>
138           </listitem>
139         </varlistentry>
140         <varlistentry>
141           <term><option>--help</option></term>
142           <listitem>
143             <para>Print help text.</para>
144           </listitem>
145         </varlistentry>
146       </variablelist>
147     </refsect2>
148
149     <refsect2><title>udevadm trigger <optional>options</optional></title>
150       <para>Request device events from the kernel. Primarily used to replay events at system coldplug time.</para>
151       <variablelist>
152         <varlistentry>
153           <term><option>--verbose</option></term>
154           <listitem>
155             <para>Print the list of devices which will be triggered.</para>
156           </listitem>
157         </varlistentry>
158         <varlistentry>
159           <term><option>--dry-run</option></term>
160           <listitem>
161             <para>Do not actually trigger the event.</para>
162           </listitem>
163         </varlistentry>
164         <varlistentry>
165           <term><option>--type=<replaceable>type</replaceable></option></term>
166           <listitem>
167             <para>Trigger a specific type of devices. Valid types are:
168             <command>devices</command>, <command>subsystems</command>, <command>failed</command>.
169             The default value is <command>devices</command>.</para>
170           </listitem>
171         </varlistentry>
172         <varlistentry>
173           <term><option>--action=<replaceable>action</replaceable></option></term>
174           <listitem>
175             <para>Type of event to be triggered. The default value is <command>change</command>.</para>
176           </listitem>
177         </varlistentry>
178         <varlistentry>
179           <term><option>--subsystem-match=<replaceable>subsystem</replaceable></option></term>
180           <listitem>
181             <para>Trigger events for devices which belong to a matching subsystem. This option
182             can be specified multiple times and supports shell style pattern matching.</para>
183           </listitem>
184         </varlistentry>
185         <varlistentry>
186           <term><option>--subsystem-nomatch=<replaceable>subsystem</replaceable></option></term>
187           <listitem>
188             <para>Do not trigger events for devices which belong to a matching subsystem. This option
189             can be specified multiple times and supports shell style pattern matching.</para>
190           </listitem>
191         </varlistentry>
192         <varlistentry>
193           <term><option>--attr-match=<replaceable>attribute</replaceable>=<replaceable>value</replaceable></option></term>
194           <listitem>
195             <para>Trigger events for devices with a matching sysfs attribute. If a value is specified
196             along with the attribute name, the content of the attribute is matched against the given
197             value using shell style pattern matching. If no value is specified, the existence of the
198             sysfs attribute is checked. This option can be specified multiple times.</para>
199           </listitem>
200         </varlistentry>
201         <varlistentry>
202           <term><option>--attr-nomatch=<replaceable>attribute</replaceable>=<replaceable>value</replaceable></option></term>
203           <listitem>
204             <para>Do not trigger events for devices with a matching sysfs attribute. If a value is
205             specified along with the attribute name, the content of the attribute is matched against
206             the given value using shell style pattern matching. If no value is specified, the existence
207             of the sysfs attribute is checked. This option can be specified multiple times.</para>
208           </listitem>
209         </varlistentry>
210         <varlistentry>
211           <term><option>--property-match=<replaceable>property</replaceable>=<replaceable>value</replaceable></option></term>
212           <listitem>
213             <para>Trigger events for devices with a matching property value. This option can be
214             specified multiple times and supports shell style pattern matching.</para>
215           </listitem>
216         </varlistentry>
217         <varlistentry>
218           <term><option>--tag-match=<replaceable>property</replaceable></option></term>
219           <listitem>
220             <para>Trigger events for devices with a matching tag. This option can be
221             specified multiple times.</para>
222           </listitem>
223         </varlistentry>
224         <varlistentry>
225           <term><option>--sysname-match=<replaceable>name</replaceable></option></term>
226           <listitem>
227             <para>Trigger events for devices with a matching sys device name. This option can be
228             specified multiple times and supports shell style pattern matching.</para>
229           </listitem>
230         </varlistentry>
231       </variablelist>
232     </refsect2>
233
234     <refsect2><title>udevadm settle <optional>options</optional></title>
235       <para>Watches the udev event queue, and exits if all current events are handled.</para>
236       <variablelist>
237         <varlistentry>
238           <term><option>--timeout=<replaceable>seconds</replaceable></option></term>
239           <listitem>
240             <para>Maximum number of seconds to wait for the event queue to become empty.
241             The default value is 180 seconds. A value of 0 will check if the queue is empty
242             and always return immediately.</para>
243           </listitem>
244         </varlistentry>
245         <varlistentry>
246           <term><option>--seq-start=<replaceable>seqnum</replaceable></option></term>
247           <listitem>
248             <para>Wait only for events after the given sequence number.</para>
249           </listitem>
250         </varlistentry>
251         <varlistentry>
252           <term><option>--seq-end=<replaceable>seqnum</replaceable></option></term>
253           <listitem>
254             <para>Wait only for events before the given sequence number.</para>
255           </listitem>
256         </varlistentry>
257         <varlistentry>
258           <term><option>--exit-if-exists=<replaceable>file</replaceable></option></term>
259           <listitem>
260             <para>Stop waiting if file exists.</para>
261           </listitem>
262         </varlistentry>
263         <varlistentry>
264           <term><option>--quiet</option></term>
265           <listitem>
266             <para>Do not print any output, like the remaining queue entries when reaching the timeout.</para>
267           </listitem>
268         </varlistentry>
269         <varlistentry>
270           <term><option>--help</option></term>
271           <listitem>
272             <para>Print help text.</para>
273           </listitem>
274         </varlistentry>
275       </variablelist>
276     </refsect2>
277
278     <refsect2><title>udevadm control <replaceable>command</replaceable></title>
279       <para>Modify the internal state of the running udev daemon.</para>
280       <variablelist>
281         <varlistentry>
282           <term><option>--log-priority=<replaceable>value</replaceable></option></term>
283           <listitem>
284             <para>Set the internal log level of udevd. Valid values are the numerical
285             syslog priorities or their textual representations: <option>err</option>,
286             <option>info</option> and <option>debug</option>.</para>
287           </listitem>
288         </varlistentry>
289         <varlistentry>
290           <term><option>--stop-exec-queue</option></term>
291           <listitem>
292             <para>Signal udevd to stop executing new events. Incoming events
293             will be queued.</para>
294           </listitem>
295         </varlistentry>
296         <varlistentry>
297           <term><option>--start-exec-queue</option></term>
298           <listitem>
299             <para>Signal udevd to enable the execution of events.</para>
300           </listitem>
301         </varlistentry>
302         <varlistentry>
303           <term><option>--reload-rules</option></term>
304           <listitem>
305             <para>Signal udevd to reload the rules files.
306             The udev daemon detects changes automatically, this option is
307             usually not needed. Reloading rules does not apply any changes
308             to already existing devices.</para>
309           </listitem>
310         </varlistentry>
311         <varlistentry>
312           <term><option>--property=<replaceable>KEY</replaceable>=<replaceable>value</replaceable></option></term>
313           <listitem>
314             <para>Set a global property for all events.</para>
315           </listitem>
316         </varlistentry>
317         <varlistentry>
318           <term><option>--max-childs=</option><replaceable>value</replaceable></term>
319           <listitem>
320             <para>Set the maximum number of events, udevd will handle at the
321             same time.</para>
322           </listitem>
323         </varlistentry>
324         <varlistentry>
325           <term><option>--help</option></term>
326           <listitem>
327             <para>Print help text.</para>
328           </listitem>
329         </varlistentry>
330       </variablelist>
331     </refsect2>
332
333     <refsect2><title>udevadm monitor <optional>options</optional></title>
334       <para>Listens to the kernel uevents and events sent out by a udev rule
335       and prints the devpath of the event to the console. It can be used to analyze the
336       event timing, by comparing the timestamps of the kernel uevent and the udev event.
337       </para>
338       <variablelist>
339         <varlistentry>
340           <term><option>--kernel</option></term>
341           <listitem>
342             <para>Print the kernel uevents.</para>
343           </listitem>
344         </varlistentry>
345         <varlistentry>
346           <term><option>--udev</option></term>
347           <listitem>
348             <para>Print the udev event after the rule processing.</para>
349           </listitem>
350         </varlistentry>
351         <varlistentry>
352           <term><option>--property</option></term>
353           <listitem>
354             <para>Also print the properties of the event.</para>
355           </listitem>
356         </varlistentry>
357         <varlistentry>
358           <term><option>--subsystem-match=<replaceable>string[/string]</replaceable></option></term>
359           <listitem>
360             <para>Filter events by subsystem[/devtype]. Only udev events with a matching subsystem value will pass.</para>
361           </listitem>
362         </varlistentry>
363         <varlistentry>
364           <term><option>--tag-match=<replaceable>string</replaceable></option></term>
365           <listitem>
366             <para>Filter events by property. Only udev events with a given tag attached will pass.</para>
367           </listitem>
368         </varlistentry>
369         <varlistentry>
370           <term><option>--help</option></term>
371           <listitem>
372             <para>Print help text.</para>
373           </listitem>
374         </varlistentry>
375       </variablelist>
376     </refsect2>
377
378     <refsect2><title>udevadm test <optional>options</optional> <replaceable>devpath</replaceable></title>
379       <para>Simulate a udev event run for the given device, and print debug output.</para>
380       <variablelist>
381         <varlistentry>
382           <term><option>--action=<replaceable>string</replaceable></option></term>
383           <listitem>
384             <para>The action string.</para>
385           </listitem>
386         </varlistentry>
387         <varlistentry>
388           <term><option>--subsystem=<replaceable>string</replaceable></option></term>
389           <listitem>
390             <para>The subsystem string.</para>
391           </listitem>
392         </varlistentry>
393         <varlistentry>
394           <term><option>--help</option></term>
395           <listitem>
396             <para>Print help text.</para>
397           </listitem>
398         </varlistentry>
399       </variablelist>
400     </refsect2>
401   </refsect1>
402
403   <refsect1><title>Author</title>
404     <para>Written by Kay Sievers <email>kay.sievers@vrfy.org</email>.</para>
405   </refsect1>
406
407   <refsect1>
408     <title>See Also</title>
409     <para><citerefentry>
410         <refentrytitle>udev</refentrytitle><manvolnum>7</manvolnum>
411     </citerefentry>
412     <citerefentry>
413         <refentrytitle>udevd</refentrytitle><manvolnum>8</manvolnum>
414     </citerefentry></para>
415   </refsect1>
416 </refentry>