blob: b1caa241cb6b8bf8317a2f01797ae9e54c691192 (
plain)
1
2
3
4
5
6
7
|
usbmuxd: USB Multiplex Daemon. This bit of software is in charge of
talking to your iPhone or iPod Touch over USB and coordinating access to
its services by other applications.
Create a usbmux user with:
useradd -u 233 -g plugdev -d /dev/null -s /bin/false usbmux
|