StoryCode

실행

WSL
반응형

1) 

> cmd

 

cmd> c:\Windows\System32\wsl.exe --list --all

Linux용 Windows 하위 시스템 배포:
Ubuntu(기본값)

 

cmd > c:\Windows\System32\wsl.exe # Ubuntu(기본값) 접속

혹은

cmd> c:\Windows\System32\wsl.exe -d Ubuntu 2 # 2 는 WSL 버전 2 를 뜻함.

 

 

2) Startup.type WSL

바로 Ubuntu(기본값) 으로 접속

 

3) 버전보기

wsl --version

 

4) 모든 WSL 보기

wsl --list --all

반응형

'WSL' 카테고리의 다른 글

사용법.탐색기에서 wsl direcotory 접근 방법  (0) 2023.12.15
WSL.Add OSs.Windows 11.WSL2  (0) 2023.12.03
After.Reboot.Run.WSL.Automatically  (0) 2023.06.26
Install openssh-server  (0) 2023.06.24