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建立软连接 内部依旧是无法访问的红色,而中介一下就可以啦

Logo

更多推荐