wsl 安装的Ubuntu 和windows 里面的文件如何共享
原文:
ou can also access your local machine’s file system from within the Linux Bash shell – you’ll find your local drives mounted under the /mnt
folder. For example, your C:
drive is mounted under /mnt/c
:
意思就是直接在Ubuntu里面cd 到/mnt/c 就可以了
本文来自博客园,作者:来了发发发,转载请注明原文链接:https://www.cnblogs.com/julia888/p/17487628.html