迅为R3588S开发板ADB使用手册-运行shell

输入 adb shell 命令进入设备 shell 终端,如下图所示:

可执行 exit 退出 shell。如果连接了多台设备,那么可以使用-s 选项来指定运行哪一台设备

的 shell(如果只连接了一个设备,那么不需要加-s 选项,默认就是该设备

我们也可以通过以下命令来让设备执行一个 shell 命令:

adb shell command

Command 表示需要让设备执行的命令,比如以下命令

adb shell ls

adb shell ifconfig

adb shell pwd

相关推荐
九皇叔叔3 天前
MySQL ORDER BY 性能优化详解:Using filesort、联合索引、ASC/DESC 与覆盖索引
android·adb
firstacui4 天前
Mysql调优
android·mysql·adb
醉颜凉4 天前
MySQL 8 忘记 root 密码?这两种方法帮你轻松解决
数据库·mysql·adb
2601_962063235 天前
【Spring Boot】掌握 Spring 事务:隔离级别与传播机制解读与应用
spring boot·spring·adb
小成很成6 天前
mysql 8.0.21 升级 mysql 8.0.45(经过生产环境验证)
android·mysql·adb
2501_916007477 天前
免费抓包工具 Windows 和 Mac 怎么选?根据平台来选择工具
网络协议·计算机网络·网络安全·ios·adb·https·udp
2501_916008898 天前
iOS App 请求地址查看,不用配置看到 App 调了哪些接口
网络协议·计算机网络·网络安全·ios·adb·https·udp
码云数智-园园9 天前
PHP 性能优化实战:从 3s 到 300ms,我是怎么优化一个接口的?
android·adb
2501_915918419 天前
Rust 程序抓包解密,rustls 不认系统证书的几种办法
开发语言·后端·网络协议·ios·adb·https·rust
Free飝Fly9 天前
Android13及更新版本开启user版本adb root remount
adb