windows上的ubuntu子系统
# windows上的ubuntu子系统
Linux子系统启动后会自动将各个盘符下的目录挂载到 '/mnt/' 目录下
# 安装使用
# 使用
pwd 可以看出来当前目录,并且可以直接访问windows目录
Win10更换默认子系统安装位置
https://blog.csdn.net/qq_41233171/article/details/106268552 (opens new window)
- 列出所有可用的Linux子系统
wslconfig /list
- 列出所有的Linux子系统,包括不可用的
wslconfig /list /all
- 卸载Linux子系统(卸载后,与该Linux子系统相关的所有数据、设置和软件将永久丢失。从商店重新安装将安装新的Linux子系统。)
wslconfig /unregister <DistributionName>
# 启动/停止
启动命令cmd(超级管理员)
net start LxssManager
停止命令cmd(超级管理员)
net stop LxssManager
更新时间: 12/21/2021, 3:54:38 PM