第10回 ウィンドウズ Subsystem for Linux(WSL)でのUbuntu

总结

尝试访问Windows和WSL。

环境

Windows10 64位操作系统
Ubuntu 18.04操作系统

wsl 的 home 位于哪里?

在 wsl 的 Shell 中输入以下内容。

explorer.exe .

在我的情况下,是在\wsl$\Ubuntu-18.04\home。

将文件从WSL发送到文档中。

cp test.txt /mnt/c/Users/***/Documents

从Windows Subsystem for Linux(WSL)中播放MP4文件。

cmd.exe /c start $(wslpath -w ./media/videos/test0/480p15/test0.mp4)

从wsl中打开资源管理器。

explorer.exe .

以上 .