We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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”).