Power Cycling USB Ports
The hub-connected USB ports can be power cycled from the command line with uhubctl.
List the hubs and ports that support power switching:
sudo uhubctlCycle power on a port:
sudo uhubctl -l <hub> -p <port> -a off
sudo uhubctl -l <hub> -p <port> -a onLast updated