1idevice_id(1) General Commands Manual idevice_id(1)
2
3
4
6 idevice_id - List attached devices or print device name of given
7 device.
8
10 idevice_id [OPTIONS] [UDID]
11
12
14 idevice_id prints a list of attached devices. If a UDID is given, the
15 name of the connected device with that UDID will be retrieved.
16
17 Without any options, idevice_id will list all available devices, USB
18 and network. The output can be further controlled with the following
19 OPTIONS.
20
21
23 -l, --list
24 List UDIDs of all devices attached via USB.
25
26 -n, --network
27 List UDIDs of all devices available via network.
28
29 -d, --debug
30 Enable communication debugging.
31
32 -h, --help
33 Prints usage information.
34
35 -v, --version
36 Prints version information.
37
38
39
40 AUTHOR
41 Nikias Bassen
42
43 Man page written to conform with Debian by Julien Lavergne.
44
45
47 https://libimobiledevice.org
48
49 https://github.com/libimobiledevice/libimobiledevice
50
51
52
53 idevice_id(1)