Things I Learned Today May 14, 2017 · andrew mcmillan Things I Learned TodayIt turns out you can find an Apple UDID on Linux just using lsusb.Something like this should comprehensively report it: lsusb -v 2>/dev/null | grep -A6 idVendor.*0x05acThe 'iSerial' of the device is the UDID.TIL UDID Linux