Windows Subsystem for Linux를 관리합니다. 더 많은 정보: https://learn.microsoft.com/windows/wsl/reference.
wsl {{쉘_명령어}}
wsl --exec {{명령어}} {{명령어_인수}}
wsl --distribution {{배포판}} {{쉘_명령어}}
wsl --list
.tar
파일로 내보내기:wsl --export {{배포판}} {{경로\배포판_파일이름.tar}}
.tar
파일에서 배포판 가져오기:wsl --import {{배포판}} {{경로\설치_위치}} {{경로\배포판_파일이름.tar}}
wsl --set-version {{배포판}} {{버전}}
wsl --shutdown