Command to find UDID of iphone in linux

Connect your apple device to the linux box via USB cable
and run the following command.


lsusb -s :`lsusb | grep iPhone | cut -d ' ' -f 4 | sed 's/://'` -v | grep iSerial 

Comments