pwd,打印当前目录ls:List information about the FILEs (the current directory by default)-a/--all-d/--directorydir -a进入如camera的目录后运行dir、ls会卡住(可以ctrl+c退出)。ls、dir经常会遇到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 终端操作


基础教程推荐
猜你喜欢
- iOS触摸事件UITouch应用详解 2023-03-16
- 使用反射机制控制Toast的显示时间 2022-11-01
- iOS提取APP中的图片资源的方法 2023-04-01
- Android Studio打包H5网址页面,封装成APK 2023-05-04
- android中adb命令最全总结 2023-04-11
- AndroidStudio4.0日志中文乱码问题 2023-02-26
- iOS 把图片保存到相册,并获取图片文件名的实例 2023-04-19
- IOS开发中使用writeToFile时的注意事项 2023-02-20
- iOS列表上拉(平滑加载数据)自动加载数据的问题解决 2023-07-01
- Flutter实现App功能引导页 2022-12-04