如何从 Ubuntu Bash shell 上的 Windows 10 桌面访问文件,比如 test.c。
回答这个问题: https ://stackoverflow.com/questions/38921301/bash-and-ubuntu-subsystem-in-windows-10
我无法发表评论(声望低于 50),也无法回答(问题被搁置),也无法直接向 OP 发送消息。所以我想我会在这里分享答案,也许更多的声誉用户可以转发给他。谢谢!
如何从 Ubuntu Bash shell 上的 Windows 10 桌面访问文件,比如 test.c。
回答这个问题: https ://stackoverflow.com/questions/38921301/bash-and-ubuntu-subsystem-in-windows-10
我无法发表评论(声望低于 50),也无法回答(问题被搁置),也无法直接向 OP 发送消息。所以我想我会在这里分享答案,也许更多的声誉用户可以转发给他。谢谢!
在终端
cd /mnt/c/Users/
或cd /mnt/d
或任何其他驱动器
然后你可以将文件移动到 linux 主目录
mv /mnt/c/Users/path/to/file/ ~/
我相信提出的问题是:“新的 Linux 子系统和 Bash 在 Windows 10 中位于哪里?”
通过 Windows 资源管理器,这应该可以帮助您:
C:\Users\USERNAME\AppData\Local\Lxss\home\USERNAME
有关更多信息,请参阅本文:http: //www.howtogeek.com/261383/how-to-access-your-ubuntu-bash-files-in-windows-and-your-windows-system-drive-in-bash /