手机termux将本地文件移动到linux ubuntu中(无root)
termux-setup-storage获取权限后在home中建立新文件夹(share为例)chmod 777 storagechmod 777 sharecd sharepwd复制路径/data/data/com.termux/files/home/share登录ubuntu建立软连接ln -s /data/data/com.termux/files/home/share退出登录打开storag
·
termux-setup-storage
获取权限后在home中建立新文件夹(share为例)
mkdir share
给予最高权限
chmod 777 share
cd share
pwd
复制路径
/data/data/com.termux/files/home/share
登录ubuntu
建立软连接
ln -s /data/data/com.termux/files/home/share
退出登录
打开storage 中文件夹(downloads为例)
mv/cp file /data/data/com.termux/files/home/share
登录ubuntu
cd share
用mv将文件移出
如果直接与storage建立软连接 内部依旧是无法访问的红色,而中介一下就可以啦
更多推荐
已为社区贡献1条内容
所有评论(0)