Loading... ##### 运行、停止子系统 - 运行子系统 ```bash wsl -d Ubuntu ``` - 查看运行中的子系统 ```bash wsl -l --running ``` - 停止子系统 ```bash wsl -t Ubuntu ``` ##### 备份/删除/还原子系统 - 备份子系统 备份前需要先停止子系统 ```bash wsl --export Ubuntu c:\temp\ubuntu.tar ``` 等待完成即可。备份完成后,子系统会被打包成命令中指定的tar文件。 - 删除子系统 ```bash wsl --unregister Ubuntu ``` - 还原子系统 ```bash wsl --import Ubuntu- e:\workspace\ubuntu c:\temp\Ubuntu.tar ``` 最后修改:2023 年 04 月 24 日 © 允许规范转载 打赏 赞赏作者 支付宝微信 赞 0 感谢赏赐的coffee~