📌  相关文章
📜  从 Windows 访问 wsl 文件 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:46.395000             🧑  作者: Mango

代码示例6
You can access your local machine using Windows Linux subsystem by accessing mnt folder in the root directory of the bash.
Just type, cd / 
-- this will get you to the root folder.
Then type, cd mnt
-- this will get you inside the mnt directory
Then type, ls -ltr
-- this will list down the drives in your local computer. From here yo can access anything you want on your local computer.