Skip to content

Using Linux to get the UDID iPhone

Roman edited this page Mar 27, 2018 · 1 revision

To read the UDID in Linux just use:

lsusb -v 2> /dev/null | grep -e "Apple Inc" -A 2

This will print three lines per attached apple device: The manufacturer, the device name and the UDID (called “iSerial”).

Clone this wiki locally