# ADB Commands

# Basic ADB Commands

```sh
# List connected devices
adb devices -l

# Run shell
adb shell
## Run "su" to elevate to root within the box


```