其他分享
首页 > 其他分享> > 轻量级虚拟机wsl

轻量级虚拟机wsl

作者:互联网

wsl是windows的子虚拟机

常用指令

wsl --list --online
#可用版本

wsl --list --verbose
#已安装

wsl ~
#跳到主目录

wsl --install -d Ubuntu-20.04
wsl --status
wsl --distribution <Distribution Name> --user <User Name>
# wsl中
/mnt/c  # C:盘
/mnt/d  # D:盘

# windows中
explorer.exe .



标签:--,list,虚拟机,mnt,wsl,windows,轻量级
来源: https://www.cnblogs.com/InsiApple/p/16598348.html