博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Android 查看文件常用命令
阅读量:4211 次
发布时间:2019-05-26

本文共 158 字,大约阅读时间需要 1 分钟。

一、查看磁盘大小
df

在这里插入图片描述

二、查看文件大小
du -sh filenamedu -sh *

在这里插入图片描述

三、查看目录大小
du -m -d 1 //显示的路径深度为1

在这里插入图片描述

四、进入root
su
五、adb常用命令
adb  devices    # 查看当前连接的设备adb  shell    # 登录默认设备(当只有一台设备时)

转载地址:http://mskmi.baihongyu.com/

你可能感兴趣的文章
Oracle 11g 新特性 -- RMAN Data Recovery Advisor(DRA) 说明
查看>>
Oracle 11g 新特性 -- 只读表(read-only table)说明
查看>>
Oracle 11g 新特性 -- Invisible Indexes(不可见的索引) 说明
查看>>
Oracle 11g 新特性 -- 管理 SPFILE 说明
查看>>
Oracle 11g 新特性 -- 临时表空间收缩 说明
查看>>
Oracle 11g 新特性 -- 安全性增强 说明
查看>>
Oracle 11g 新特性 -- SecureFiles 说明
查看>>
CSDN博客之星 投票说明
查看>>
Oracle 11g 新特性 -- Transparent Data Encryption (透明数据加密TDE) 增强 说明
查看>>
Oracle wallet 配置 说明
查看>>
Oracle 11g 新特性 -- Result Cache(结果高速缓存)说明
查看>>
Oracle 11g 新特性 -- DB_ULTRA_SAFE 参数 说明
查看>>
Oracle 11g 新特性 -- SQL Plan Management 说明
查看>>
Oracle 11.2.0.3 [INS-41112] Specified network interface doesnt maintain connectivity across cluster
查看>>
Vbox 安装 windows Server 2008 R2 报错 Info: An unexpected error has occurred 解决方法
查看>>
Oracle 11g 新特性 -- Oracle Restart 说明
查看>>
Oracle 11g 新特性 – ACFS 说明
查看>>
Oracle 11.2.0.3 ORA-12012 ORA-29280 ORA-06512 错误 解决方法
查看>>
Linux HugePages 配置 与 Oracle 性能关系说明
查看>>
/dev/sdxx is apparently in use by the system; will not make a filesystem here! 解决方法
查看>>