码迷,mamicode.com
首页 > 移动开发 > 详细

Android 终端操作

时间:2021-04-16 12:10:03      阅读:0      评论:0      收藏:0      [点我收藏+]

标签:mat   --   硬链接   symbol   current   har   ln -s   lin   cannot   

  • pwd,打印当前目录
  • ls:List information about the FILEs (the current directory by default)
    • -a/--all
    • -d/--directory
  • dir -a
  • 进入如camera的目录后运行dir、ls会卡住(可以ctrl+c退出)。
  • ls、dir经常会遇到cannot open directory ‘.‘: Permission denied
    • 可以直接指定cd /storage/emulated/0,绕开无法遍历的文件夹、目录。
  • ln,创建软硬链接。
    • ln -s/-symbolic,创建符号链接(默认为硬链接)。
    • /storage/emulated/0/dcim下尝试,报错ln: failed to create hard/symbolic link ‘..‘ => ‘..‘: Operation not permitted
  • 在任何位置,可cd /storage/emulated/0/dcim

Android 终端操作

标签:mat   --   硬链接   symbol   current   har   ln -s   lin   cannot   

原文地址:https://www.cnblogs.com/RobertL/p/14664725.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!